Shades of Caper #B0BF73
Tints of Caper #B0BF73
RGB
CMYK
RGB Variations
Color information
#B0BF73 (or 0xB0BF73) is known color: Caper. HEX triplet: B0, BF and 73. RGB value is (176,191,115). Sum of RGB (Red+Green+Blue) = 176+191+115=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF73 is #4F408C. Grayscale: #B2B2B2. Windows color (decimal): -5193869 or 7585712. OLE color: 7585712.
HSL color Cylindrical-coordinate representation of color #B0BF73: hue angle of 71.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0BF73 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 115 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.25 |
| HSL | 71.84º | 0.37% | 0.6% | - |
| HSV(B) | 71.84º | 0.4% | 0.75% | - |
| XYZ | 39.63 | 47.73 | 23.34 | - |
| YUV | 177.85 | 92.53 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 115 | 0.08 | 0 | 0.40 | 0.25 | 71.84 | 0.37 | 0.6 |
| Hex | B0 | BF | 73 | 8 | 0 | 28 | 19 | 48 | 25 | 3C |
| Octal | 260 | 277 | 163 | 10 | 0 | 50 | 31 | 110 | 45 | 74 |
| Binary | 10110000 | 10111111 | 1110011 | 1000 | 0 | 101000 | 11001 | 1001000 | 100101 | 111100 |
Color Harmonies of #B0BF73
Complementary color
Monochromatic Colors of #B0BF73
Black with #B0BF73
Text Example
Text Example
White with #B0BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF73; }
p { color: rgb(176,191,115); }
H1.HeaderClassName
{
color: #B0BF73;
}
.AnyTagClassName
{
color: #B0BF73;
}
</style>
background-color css
<style>
a { background-color: #B0BF73; }
a { background-color: rgb(176,191,115); }
div.DivClassName
{
background-color: #B0BF73;
}
.BgClassName
{
background-color: #B0BF73;
}
</style>
border-color css
<style>
span { border-color: #B0BF73; }
span { border-color: rgb(176,191,115); }
td.TdClassName
{
border-color: #B0BF73;
}
.TagClassName
{
border-color: #B0BF73;
}
</style>