Color spaces of #b76469
RGB | 183 | 100 | 105 |
---|---|---|---|
HSL | 0.99 | 0.37 | 0.55 |
HSV | 356° | 45° | 72° |
CMYK | 0.00 | 0.45 | 0.43 0.28 |
XYZ | 26.6354 | 20.2015 | 15.8600 |
Yxy | 20.2015 | 0.4248 | 0.3222 |
Hunter Lab | 44.9461 | 27.1249 | 10.5408 |
CIE-Lab | 52.0643 | 33.8172 | 12.1210 |
#b76469 color RGB value is (183,100,105).
#b76469 hex color red value is 183, green value is 100 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b76469 hue: 0.99 , saturation: 0.37 and the lightness value of b76469 is 0.55.
The process color (four color CMYK) of #b76469 color hex is 0.00, 0.45, 0.43, 0.28. Web safe color of #b76469 is #cc6666. Color #b76469 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01100100 | 01101001 |
Octal | 267 | 144 | 151 |
Decimal | 183 | 100 | 105 |
Hex | B7 | 64 | 69 |
Shades of #b76469
Tints of #b76469
RGB Percentages of Color #b76469
CMYK Percentages of Color #b76469
Complementary Color
#b76469 | #64b7b2 |
#b76469 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b76469 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b76469 Color CSS Codes
.mybgcolor {background-color:#b76469; } .myforecolor {color:#b76469; } .mybordercolor {border:3px solid #b76469; }
#b76469 Text Font Color
<p style="color:#b76469">Text here</p>
This sample text font color is #b76469
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.
#b76469 Background Color
<div style="background-color:#b76469">
Div content here</div>
This div background color is #b76469
#b76469 Border Color
<div style="border:3px solid #b76469">
Div here</div>
This div border color is #b76469
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,100,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b76469; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b76469; -webkit-box-shadow: 1px 1px 3px 2px #b76469; box-shadow: 1px 1px 3px 2px #b76469; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,100,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b76469">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b76469; -webkit-box-shadow: 1px 1px 3px 2px #b76469; box-shadow: 1px 1px 3px 2px #b76469;">
Div content here</div>
This div box has shadow with color #b76469
Comments
No comments written yet.
Please login to write comment.