Shades of Caper #B0BC76
Tints of Caper #B0BC76
RGB
CMYK
RGB Variations
Color information
#B0BC76 (or 0xB0BC76) is known color: Caper. HEX triplet: B0, BC and 76. RGB value is (176,188,118). Sum of RGB (Red+Green+Blue) = 176+188+118=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC76 is #4F4389. Grayscale: #B0B0B0. Windows color (decimal): -5194634 or 7781552. OLE color: 7781552.
HSL color Cylindrical-coordinate representation of color #B0BC76: hue angle of 70.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0BC76 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 118 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.26 |
| HSL | 70.29º | 0.34% | 0.6% | - |
| HSV(B) | 70.29º | 0.37% | 0.74% | - |
| XYZ | 39.16 | 46.5 | 24.05 | - |
| YUV | 176.43 | 95.02 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 118 | 0.06 | 0 | 0.37 | 0.26 | 70.29 | 0.34 | 0.6 |
| Hex | B0 | BC | 76 | 6 | 0 | 25 | 1A | 46 | 22 | 3C |
| Octal | 260 | 274 | 166 | 6 | 0 | 45 | 32 | 106 | 42 | 74 |
| Binary | 10110000 | 10111100 | 1110110 | 110 | 0 | 100101 | 11010 | 1000110 | 100010 | 111100 |
Color Harmonies of #B0BC76
Complementary color
Monochromatic Colors of #B0BC76
Black with #B0BC76
Text Example
Text Example
White with #B0BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC76; }
p { color: rgb(176,188,118); }
H1.HeaderClassName
{
color: #B0BC76;
}
.AnyTagClassName
{
color: #B0BC76;
}
</style>
background-color css
<style>
a { background-color: #B0BC76; }
a { background-color: rgb(176,188,118); }
div.DivClassName
{
background-color: #B0BC76;
}
.BgClassName
{
background-color: #B0BC76;
}
</style>
border-color css
<style>
span { border-color: #B0BC76; }
span { border-color: rgb(176,188,118); }
td.TdClassName
{
border-color: #B0BC76;
}
.TagClassName
{
border-color: #B0BC76;
}
</style>