Shades of Caper #B0BD72
Tints of Caper #B0BD72
RGB
CMYK
RGB Variations
Color information
#B0BD72 (or 0xB0BD72) is known color: Caper. HEX triplet: B0, BD and 72. RGB value is (176,189,114). Sum of RGB (Red+Green+Blue) = 176+189+114=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD72 is #4F428D. Grayscale: #B0B0B0. Windows color (decimal): -5194382 or 7519664. OLE color: 7519664.
HSL color Cylindrical-coordinate representation of color #B0BD72: hue angle of 70.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0BD72 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 114 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.26 |
| HSL | 70.4º | 0.36% | 0.59% | - |
| HSV(B) | 70.4º | 0.4% | 0.74% | - |
| XYZ | 39.14 | 46.84 | 22.9 | - |
| YUV | 176.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 114 | 0.07 | 0 | 0.40 | 0.26 | 70.4 | 0.36 | 0.59 |
| Hex | B0 | BD | 72 | 7 | 0 | 28 | 1A | 46 | 24 | 3B |
| Octal | 260 | 275 | 162 | 7 | 0 | 50 | 32 | 106 | 44 | 73 |
| Binary | 10110000 | 10111101 | 1110010 | 111 | 0 | 101000 | 11010 | 1000110 | 100100 | 111011 |
Color Harmonies of #B0BD72
Complementary color
Monochromatic Colors of #B0BD72
Black with #B0BD72
Text Example
Text Example
White with #B0BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD72; }
p { color: rgb(176,189,114); }
H1.HeaderClassName
{
color: #B0BD72;
}
.AnyTagClassName
{
color: #B0BD72;
}
</style>
background-color css
<style>
a { background-color: #B0BD72; }
a { background-color: rgb(176,189,114); }
div.DivClassName
{
background-color: #B0BD72;
}
.BgClassName
{
background-color: #B0BD72;
}
</style>
border-color css
<style>
span { border-color: #B0BD72; }
span { border-color: rgb(176,189,114); }
td.TdClassName
{
border-color: #B0BD72;
}
.TagClassName
{
border-color: #B0BD72;
}
</style>