Color spaces of #b6998f
RGB | 182 | 153 | 143 |
---|---|---|---|
HSL | 0.04 | 0.21 | 0.64 |
HSV | 15° | 21° | 71° |
CMYK | 0.00 | 0.16 | 0.21 0.29 |
XYZ | 35.6406 | 34.7107 | 30.8080 |
Yxy | 34.7107 | 0.3523 | 0.3431 |
Hunter Lab | 58.9158 | 4.8794 | 10.2374 |
CIE-Lab | 65.5228 | 9.1642 | 9.2566 |
#b6998f color RGB value is (182,153,143).
#b6998f hex color red value is 182, green value is 153 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b6998f hue: 0.04 , saturation: 0.21 and the lightness value of b6998f is 0.64.
The process color (four color CMYK) of #b6998f color hex is 0.00, 0.16, 0.21, 0.29. Web safe color of #b6998f is #cc9999. Color #b6998f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10011001 | 10001111 |
Octal | 266 | 231 | 217 |
Decimal | 182 | 153 | 143 |
Hex | B6 | 99 | 8F |
Shades of #b6998f
Tints of #b6998f
RGB Percentages of Color #b6998f
CMYK Percentages of Color #b6998f
Complementary Color
#b6998f | #8facb6 |
#b6998f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6998f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6998f Color CSS Codes
.mybgcolor {background-color:#b6998f; } .myforecolor {color:#b6998f; } .mybordercolor {border:3px solid #b6998f; }
#b6998f Text Font Color
<p style="color:#b6998f">Text here</p>
This sample text font color is #b6998f
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.
#b6998f Background Color
<div style="background-color:#b6998f">
Div content here</div>
This div background color is #b6998f
#b6998f Border Color
<div style="border:3px solid #b6998f">
Div here</div>
This div border color is #b6998f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,153,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6998f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6998f; -webkit-box-shadow: 1px 1px 3px 2px #b6998f; box-shadow: 1px 1px 3px 2px #b6998f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,153,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6998f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6998f; -webkit-box-shadow: 1px 1px 3px 2px #b6998f; box-shadow: 1px 1px 3px 2px #b6998f;">
Div content here</div>
This div box has shadow with color #b6998f
Comments
No comments written yet.
Please login to write comment.