Shades of Caper #B4BD91
Tints of Caper #B4BD91
RGB
CMYK
RGB Variations
Color information
#B4BD91 (or 0xB4BD91) is known color: Caper. HEX triplet: B4, BD and 91. RGB value is (180,189,145). Sum of RGB (Red+Green+Blue) = 180+189+145=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BD91 is #4B426E. Grayscale: #B5B5B5. Windows color (decimal): -4932207 or 9551284. OLE color: 9551284.
HSL color Cylindrical-coordinate representation of color #B4BD91: hue angle of 72.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4BD91 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 145 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.26 |
| HSL | 72.27º | 0.25% | 0.65% | - |
| HSV(B) | 72.27º | 0.23% | 0.74% | - |
| XYZ | 42.13 | 48.14 | 33.86 | - |
| YUV | 181.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 145 | 0.05 | 0 | 0.23 | 0.26 | 72.27 | 0.25 | 0.65 |
| Hex | B4 | BD | 91 | 5 | 0 | 17 | 1A | 48 | 19 | 41 |
| Octal | 264 | 275 | 221 | 5 | 0 | 27 | 32 | 110 | 31 | 101 |
| Binary | 10110100 | 10111101 | 10010001 | 101 | 0 | 10111 | 11010 | 1001000 | 11001 | 1000001 |
Color Harmonies of #B4BD91
Complementary color
Monochromatic Colors of #B4BD91
Black with #B4BD91
Text Example
Text Example
White with #B4BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BD91; }
p { color: rgb(180,189,145); }
H1.HeaderClassName
{
color: #B4BD91;
}
.AnyTagClassName
{
color: #B4BD91;
}
</style>
background-color css
<style>
a { background-color: #B4BD91; }
a { background-color: rgb(180,189,145); }
div.DivClassName
{
background-color: #B4BD91;
}
.BgClassName
{
background-color: #B4BD91;
}
</style>
border-color css
<style>
span { border-color: #B4BD91; }
span { border-color: rgb(180,189,145); }
td.TdClassName
{
border-color: #B4BD91;
}
.TagClassName
{
border-color: #B4BD91;
}
</style>