Color spaces of #bfb48e
RGB | 191 | 180 | 142 |
---|---|---|---|
HSL | 0.13 | 0.28 | 0.65 |
HSV | 47° | 26° | 75° |
CMYK | 0.00 | 0.06 | 0.26 0.25 |
XYZ | 42.6896 | 45.6719 | 32.1568 |
Yxy | 45.6719 | 0.3542 | 0.3790 |
Hunter Lab | 67.5810 | -5.5117 | 19.0950 |
CIE-Lab | 73.3321 | -2.1412 | 20.8322 |
#bfb48e color RGB value is (191,180,142).
#bfb48e hex color red value is 191, green value is 180 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bfb48e hue: 0.13 , saturation: 0.28 and the lightness value of bfb48e is 0.65.
The process color (four color CMYK) of #bfb48e color hex is 0.00, 0.06, 0.26, 0.25. Web safe color of #bfb48e is #cccc99. Color #bfb48e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10110100 | 10001110 |
Octal | 277 | 264 | 216 |
Decimal | 191 | 180 | 142 |
Hex | BF | B4 | 8E |
Shades of #bfb48e
Tints of #bfb48e
RGB Percentages of Color #bfb48e
CMYK Percentages of Color #bfb48e
Complementary Color
#bfb48e | #8e99bf |
#bfb48e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfb48e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfb48e Color CSS Codes
.mybgcolor {background-color:#bfb48e; } .myforecolor {color:#bfb48e; } .mybordercolor {border:3px solid #bfb48e; }
#bfb48e Text Font Color
<p style="color:#bfb48e">Text here</p>
This sample text font color is #bfb48e
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.
#bfb48e Background Color
<div style="background-color:#bfb48e">
Div content here</div>
This div background color is #bfb48e
#bfb48e Border Color
<div style="border:3px solid #bfb48e">
Div here</div>
This div border color is #bfb48e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,180,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfb48e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfb48e; -webkit-box-shadow: 1px 1px 3px 2px #bfb48e; box-shadow: 1px 1px 3px 2px #bfb48e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,180,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 #bfb48e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb48e; -webkit-box-shadow: 1px 1px 3px 2px #bfb48e; box-shadow: 1px 1px 3px 2px #bfb48e;">
Div content here</div>
This div box has shadow with color #bfb48e
Comments
No comments written yet.
Please login to write comment.