Shades of Caper #B0B781
Tints of Caper #B0B781
RGB
CMYK
RGB Variations
Color information
#B0B781 (or 0xB0B781) is known color: Caper. HEX triplet: B0, B7 and 81. RGB value is (176,183,129). Sum of RGB (Red+Green+Blue) = 176+183+129=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B781 is #4F487E. Grayscale: #AEAEAE. Windows color (decimal): -5195903 or 8501168. OLE color: 8501168.
HSL color Cylindrical-coordinate representation of color #B0B781: hue angle of 67.78º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0B781 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 183 | 129 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.28 |
| HSL | 67.78º | 0.27% | 0.61% | - |
| HSV(B) | 67.78º | 0.3% | 0.72% | - |
| XYZ | 38.8 | 44.68 | 27.35 | - |
| YUV | 174.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 129 | 0.04 | 0 | 0.30 | 0.28 | 67.78 | 0.27 | 0.61 |
| Hex | B0 | B7 | 81 | 4 | 0 | 1E | 1C | 44 | 1B | 3D |
| Octal | 260 | 267 | 201 | 4 | 0 | 36 | 34 | 104 | 33 | 75 |
| Binary | 10110000 | 10110111 | 10000001 | 100 | 0 | 11110 | 11100 | 1000100 | 11011 | 111101 |
Color Harmonies of #B0B781
Complementary color
Monochromatic Colors of #B0B781
Black with #B0B781
Text Example
Text Example
White with #B0B781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B781; }
p { color: rgb(176,183,129); }
H1.HeaderClassName
{
color: #B0B781;
}
.AnyTagClassName
{
color: #B0B781;
}
</style>
background-color css
<style>
a { background-color: #B0B781; }
a { background-color: rgb(176,183,129); }
div.DivClassName
{
background-color: #B0B781;
}
.BgClassName
{
background-color: #B0B781;
}
</style>
border-color css
<style>
span { border-color: #B0B781; }
span { border-color: rgb(176,183,129); }
td.TdClassName
{
border-color: #B0B781;
}
.TagClassName
{
border-color: #B0B781;
}
</style>