Shades of Caper #B0BF82
Tints of Caper #B0BF82
RGB
CMYK
RGB Variations
Color information
#B0BF82 (or 0xB0BF82) is known color: Caper. HEX triplet: B0, BF and 82. RGB value is (176,191,130). Sum of RGB (Red+Green+Blue) = 176+191+130=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF82 is #4F407D. Grayscale: #B3B3B3. Windows color (decimal): -5193854 or 8568752. OLE color: 8568752.
HSL color Cylindrical-coordinate representation of color #B0BF82: hue angle of 74.75º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0BF82 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 130 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.25 |
| HSL | 74.75º | 0.32% | 0.63% | - |
| HSV(B) | 74.75º | 0.32% | 0.75% | - |
| XYZ | 40.56 | 48.1 | 28.27 | - |
| YUV | 179.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 130 | 0.08 | 0 | 0.32 | 0.25 | 74.75 | 0.32 | 0.63 |
| Hex | B0 | BF | 82 | 8 | 0 | 20 | 19 | 4B | 20 | 3F |
| Octal | 260 | 277 | 202 | 10 | 0 | 40 | 31 | 113 | 40 | 77 |
| Binary | 10110000 | 10111111 | 10000010 | 1000 | 0 | 100000 | 11001 | 1001011 | 100000 | 111111 |
Color Harmonies of #B0BF82
Complementary color
Monochromatic Colors of #B0BF82
Black with #B0BF82
Text Example
Text Example
White with #B0BF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF82; }
p { color: rgb(176,191,130); }
H1.HeaderClassName
{
color: #B0BF82;
}
.AnyTagClassName
{
color: #B0BF82;
}
</style>
background-color css
<style>
a { background-color: #B0BF82; }
a { background-color: rgb(176,191,130); }
div.DivClassName
{
background-color: #B0BF82;
}
.BgClassName
{
background-color: #B0BF82;
}
</style>
border-color css
<style>
span { border-color: #B0BF82; }
span { border-color: rgb(176,191,130); }
td.TdClassName
{
border-color: #B0BF82;
}
.TagClassName
{
border-color: #B0BF82;
}
</style>