Color spaces of #b48277
RGB | 180 | 130 | 119 |
---|---|---|---|
HSL | 0.03 | 0.29 | 0.59 |
HSV | 11° | 34° | 71° |
CMYK | 0.00 | 0.28 | 0.34 0.29 |
XYZ | 30.1348 | 27.0005 | 21.0761 |
Yxy | 27.0005 | 0.3853 | 0.3452 |
Hunter Lab | 51.9620 | 12.5856 | 12.3250 |
CIE-Lab | 58.9748 | 17.7744 | 13.5740 |
#b48277 color RGB value is (180,130,119).
#b48277 hex color red value is 180, green value is 130 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b48277 hue: 0.03 , saturation: 0.29 and the lightness value of b48277 is 0.59.
The process color (four color CMYK) of #b48277 color hex is 0.00, 0.28, 0.34, 0.29. Web safe color of #b48277 is #cc9966. Color #b48277 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10000010 | 01110111 |
Octal | 264 | 202 | 167 |
Decimal | 180 | 130 | 119 |
Hex | B4 | 82 | 77 |
Shades of #b48277
Tints of #b48277
RGB Percentages of Color #b48277
CMYK Percentages of Color #b48277
Complementary Color
#b48277 | #77a9b4 |
#b48277 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b48277 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b48277 Color CSS Codes
.mybgcolor {background-color:#b48277; } .myforecolor {color:#b48277; } .mybordercolor {border:3px solid #b48277; }
#b48277 Text Font Color
<p style="color:#b48277">Text here</p>
This sample text font color is #b48277
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.
#b48277 Background Color
<div style="background-color:#b48277">
Div content here</div>
This div background color is #b48277
#b48277 Border Color
<div style="border:3px solid #b48277">
Div here</div>
This div border color is #b48277
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,130,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b48277; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b48277; -webkit-box-shadow: 1px 1px 3px 2px #b48277; box-shadow: 1px 1px 3px 2px #b48277; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,130,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b48277">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b48277; -webkit-box-shadow: 1px 1px 3px 2px #b48277; box-shadow: 1px 1px 3px 2px #b48277;">
Div content here</div>
This div box has shadow with color #b48277
Comments
No comments written yet.
Please login to write comment.