Shades of Caper #B0BD79
Tints of Caper #B0BD79
RGB
CMYK
RGB Variations
Color information
#B0BD79 (or 0xB0BD79) is known color: Caper. HEX triplet: B0, BD and 79. RGB value is (176,189,121). Sum of RGB (Red+Green+Blue) = 176+189+121=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD79 is #4F4286. Grayscale: #B1B1B1. Windows color (decimal): -5194375 or 7978416. OLE color: 7978416.
HSL color Cylindrical-coordinate representation of color #B0BD79: hue angle of 71.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0BD79 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 121 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.26 |
| HSL | 71.47º | 0.34% | 0.61% | - |
| HSV(B) | 71.47º | 0.36% | 0.74% | - |
| XYZ | 39.55 | 47.01 | 25.08 | - |
| YUV | 177.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 121 | 0.07 | 0 | 0.36 | 0.26 | 71.47 | 0.34 | 0.61 |
| Hex | B0 | BD | 79 | 7 | 0 | 24 | 1A | 47 | 22 | 3D |
| Octal | 260 | 275 | 171 | 7 | 0 | 44 | 32 | 107 | 42 | 75 |
| Binary | 10110000 | 10111101 | 1111001 | 111 | 0 | 100100 | 11010 | 1000111 | 100010 | 111101 |
Color Harmonies of #B0BD79
Complementary color
Monochromatic Colors of #B0BD79
Black with #B0BD79
Text Example
Text Example
White with #B0BD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD79; }
p { color: rgb(176,189,121); }
H1.HeaderClassName
{
color: #B0BD79;
}
.AnyTagClassName
{
color: #B0BD79;
}
</style>
background-color css
<style>
a { background-color: #B0BD79; }
a { background-color: rgb(176,189,121); }
div.DivClassName
{
background-color: #B0BD79;
}
.BgClassName
{
background-color: #B0BD79;
}
</style>
border-color css
<style>
span { border-color: #B0BD79; }
span { border-color: rgb(176,189,121); }
td.TdClassName
{
border-color: #B0BD79;
}
.TagClassName
{
border-color: #B0BD79;
}
</style>