Color spaces of #b3978e
RGB | 179 | 151 | 142 |
---|---|---|---|
HSL | 0.04 | 0.20 | 0.63 |
HSV | 15° | 21° | 70° |
CMYK | 0.00 | 0.16 | 0.21 0.30 |
XYZ | 34.5395 | 33.6699 | 30.2697 |
Yxy | 33.6699 | 0.3507 | 0.3419 |
Hunter Lab | 58.0258 | 4.7060 | 9.6888 |
CIE-Lab | 64.6997 | 8.9600 | 8.6067 |
#b3978e color RGB value is (179,151,142).
#b3978e hex color red value is 179, green value is 151 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b3978e hue: 0.04 , saturation: 0.20 and the lightness value of b3978e is 0.63.
The process color (four color CMYK) of #b3978e color hex is 0.00, 0.16, 0.21, 0.30. Web safe color of #b3978e is #cc9999. Color #b3978e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10010111 | 10001110 |
Octal | 263 | 227 | 216 |
Decimal | 179 | 151 | 142 |
Hex | B3 | 97 | 8E |
Shades of #b3978e
Tints of #b3978e
RGB Percentages of Color #b3978e
CMYK Percentages of Color #b3978e
Complementary Color
#b3978e | #8eaab3 |
#b3978e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3978e Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3978e Color CSS Codes
.mybgcolor {background-color:#b3978e; } .myforecolor {color:#b3978e; } .mybordercolor {border:3px solid #b3978e; }
#b3978e Text Font Color
<p style="color:#b3978e">Text here</p>
This sample text font color is #b3978e
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.
#b3978e Background Color
<div style="background-color:#b3978e">
Div content here</div>
This div background color is #b3978e
#b3978e Border Color
<div style="border:3px solid #b3978e">
Div here</div>
This div border color is #b3978e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,151,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3978e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3978e; -webkit-box-shadow: 1px 1px 3px 2px #b3978e; box-shadow: 1px 1px 3px 2px #b3978e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,151,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3978e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3978e; -webkit-box-shadow: 1px 1px 3px 2px #b3978e; box-shadow: 1px 1px 3px 2px #b3978e;">
Div content here</div>
This div box has shadow with color #b3978e
Comments
No comments written yet.
Please login to write comment.