Shades of Caper #B0B983
Tints of Caper #B0B983
RGB
CMYK
RGB Variations
Color information
#B0B983 (or 0xB0B983) is known color: Caper. HEX triplet: B0, B9 and 83. RGB value is (176,185,131). Sum of RGB (Red+Green+Blue) = 176+185+131=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B983 is #4F467C. Grayscale: #B0B0B0. Windows color (decimal): -5195389 or 8632752. OLE color: 8632752.
HSL color Cylindrical-coordinate representation of color #B0B983: hue angle of 70º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0B983 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 185 | 131 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.27 |
| HSL | 70º | 0.28% | 0.62% | - |
| HSV(B) | 70º | 0.29% | 0.73% | - |
| XYZ | 39.35 | 45.57 | 28.19 | - |
| YUV | 176.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 131 | 0.05 | 0 | 0.29 | 0.27 | 70 | 0.28 | 0.62 |
| Hex | B0 | B9 | 83 | 5 | 0 | 1D | 1B | 46 | 1C | 3E |
| Octal | 260 | 271 | 203 | 5 | 0 | 35 | 33 | 106 | 34 | 76 |
| Binary | 10110000 | 10111001 | 10000011 | 101 | 0 | 11101 | 11011 | 1000110 | 11100 | 111110 |
Color Harmonies of #B0B983
Complementary color
Monochromatic Colors of #B0B983
Black with #B0B983
Text Example
Text Example
White with #B0B983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B983; }
p { color: rgb(176,185,131); }
H1.HeaderClassName
{
color: #B0B983;
}
.AnyTagClassName
{
color: #B0B983;
}
</style>
background-color css
<style>
a { background-color: #B0B983; }
a { background-color: rgb(176,185,131); }
div.DivClassName
{
background-color: #B0B983;
}
.BgClassName
{
background-color: #B0B983;
}
</style>
border-color css
<style>
span { border-color: #B0B983; }
span { border-color: rgb(176,185,131); }
td.TdClassName
{
border-color: #B0B983;
}
.TagClassName
{
border-color: #B0B983;
}
</style>