Color spaces of #b28165
RGB | 178 | 129 | 101 |
---|---|---|---|
HSL | 0.06 | 0.33 | 0.55 |
HSV | 22° | 43° | 70° |
CMYK | 0.00 | 0.28 | 0.43 0.30 |
XYZ | 28.5593 | 26.1051 | 15.8455 |
Yxy | 26.1051 | 0.4050 | 0.3702 |
Hunter Lab | 51.0932 | 10.3623 | 17.3776 |
CIE-Lab | 58.1367 | 15.3386 | 22.6228 |
#b28165 color RGB value is (178,129,101).
#b28165 hex color red value is 178, green value is 129 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #b28165 hue: 0.06 , saturation: 0.33 and the lightness value of b28165 is 0.55.
The process color (four color CMYK) of #b28165 color hex is 0.00, 0.28, 0.43, 0.30. Web safe color of #b28165 is #999966. Color #b28165 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10000001 | 01100101 |
Octal | 262 | 201 | 145 |
Decimal | 178 | 129 | 101 |
Hex | B2 | 81 | 65 |
Shades of #b28165
Tints of #b28165
RGB Percentages of Color #b28165
CMYK Percentages of Color #b28165
Complementary Color
#b28165 | #6596b2 |
#b28165 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b28165 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b28165 Color CSS Codes
.mybgcolor {background-color:#b28165; } .myforecolor {color:#b28165; } .mybordercolor {border:3px solid #b28165; }
#b28165 Text Font Color
<p style="color:#b28165">Text here</p>
This sample text font color is #b28165
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#b28165 Background Color
<div style="background-color:#b28165">
Div content here</div>
This div background color is #b28165
#b28165 Border Color
<div style="border:3px solid #b28165">
Div here</div>
This div border color is #b28165
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,129,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b28165; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b28165; -webkit-box-shadow: 1px 1px 3px 2px #b28165; box-shadow: 1px 1px 3px 2px #b28165; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,129,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b28165">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b28165; -webkit-box-shadow: 1px 1px 3px 2px #b28165; box-shadow: 1px 1px 3px 2px #b28165;">
Div content here</div>
This div box has shadow with color #b28165
Comments
No comments written yet.
Please login to write comment.