Shades of Caper #B0B785
Tints of Caper #B0B785
RGB
CMYK
RGB Variations
Color information
#B0B785 (or 0xB0B785) is known color: Caper. HEX triplet: B0, B7 and 85. RGB value is (176,183,133). Sum of RGB (Red+Green+Blue) = 176+183+133=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B785 is #4F487A. Grayscale: #AFAFAF. Windows color (decimal): -5195899 or 8763312. OLE color: 8763312.
HSL color Cylindrical-coordinate representation of color #B0B785: hue angle of 68.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0B785 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 183 | 133 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.28 |
| HSL | 68.4º | 0.26% | 0.62% | - |
| HSV(B) | 68.4º | 0.27% | 0.72% | - |
| XYZ | 39.07 | 44.79 | 28.78 | - |
| YUV | 175.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 133 | 0.04 | 0 | 0.27 | 0.28 | 68.4 | 0.26 | 0.62 |
| Hex | B0 | B7 | 85 | 4 | 0 | 1B | 1C | 44 | 1A | 3E |
| Octal | 260 | 267 | 205 | 4 | 0 | 33 | 34 | 104 | 32 | 76 |
| Binary | 10110000 | 10110111 | 10000101 | 100 | 0 | 11011 | 11100 | 1000100 | 11010 | 111110 |
Color Harmonies of #B0B785
Complementary color
Monochromatic Colors of #B0B785
Black with #B0B785
Text Example
Text Example
White with #B0B785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B785; }
p { color: rgb(176,183,133); }
H1.HeaderClassName
{
color: #B0B785;
}
.AnyTagClassName
{
color: #B0B785;
}
</style>
background-color css
<style>
a { background-color: #B0B785; }
a { background-color: rgb(176,183,133); }
div.DivClassName
{
background-color: #B0B785;
}
.BgClassName
{
background-color: #B0B785;
}
</style>
border-color css
<style>
span { border-color: #B0B785; }
span { border-color: rgb(176,183,133); }
td.TdClassName
{
border-color: #B0B785;
}
.TagClassName
{
border-color: #B0B785;
}
</style>