Shades of Caper #B0BC85
Tints of Caper #B0BC85
RGB
CMYK
RGB Variations
Color information
#B0BC85 (or 0xB0BC85) is known color: Caper. HEX triplet: B0, BC and 85. RGB value is (176,188,133). Sum of RGB (Red+Green+Blue) = 176+188+133=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC85 is #4F437A. Grayscale: #B2B2B2. Windows color (decimal): -5194619 or 8764592. OLE color: 8764592.
HSL color Cylindrical-coordinate representation of color #B0BC85: hue angle of 73.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0BC85 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 133 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.26 |
| HSL | 73.09º | 0.29% | 0.63% | - |
| HSV(B) | 73.09º | 0.29% | 0.74% | - |
| XYZ | 40.12 | 46.89 | 29.13 | - |
| YUV | 178.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 133 | 0.06 | 0 | 0.29 | 0.26 | 73.09 | 0.29 | 0.63 |
| Hex | B0 | BC | 85 | 6 | 0 | 1D | 1A | 49 | 1D | 3F |
| Octal | 260 | 274 | 205 | 6 | 0 | 35 | 32 | 111 | 35 | 77 |
| Binary | 10110000 | 10111100 | 10000101 | 110 | 0 | 11101 | 11010 | 1001001 | 11101 | 111111 |
Color Harmonies of #B0BC85
Complementary color
Monochromatic Colors of #B0BC85
Black with #B0BC85
Text Example
Text Example
White with #B0BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC85; }
p { color: rgb(176,188,133); }
H1.HeaderClassName
{
color: #B0BC85;
}
.AnyTagClassName
{
color: #B0BC85;
}
</style>
background-color css
<style>
a { background-color: #B0BC85; }
a { background-color: rgb(176,188,133); }
div.DivClassName
{
background-color: #B0BC85;
}
.BgClassName
{
background-color: #B0BC85;
}
</style>
border-color css
<style>
span { border-color: #B0BC85; }
span { border-color: rgb(176,188,133); }
td.TdClassName
{
border-color: #B0BC85;
}
.TagClassName
{
border-color: #B0BC85;
}
</style>