Shades of Caper #B0BF7D
Tints of Caper #B0BF7D
RGB
CMYK
RGB Variations
Color information
#B0BF7D (or 0xB0BF7D) is known color: Caper. HEX triplet: B0, BF and 7D. RGB value is (176,191,125). Sum of RGB (Red+Green+Blue) = 176+191+125=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF7D is #4F4082. Grayscale: #B3B3B3. Windows color (decimal): -5193859 or 8241072. OLE color: 8241072.
HSL color Cylindrical-coordinate representation of color #B0BF7D: hue angle of 73.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0BF7D is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 125 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.25 |
| HSL | 73.64º | 0.34% | 0.62% | - |
| HSV(B) | 73.64º | 0.35% | 0.75% | - |
| XYZ | 40.24 | 47.97 | 26.54 | - |
| YUV | 178.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 125 | 0.08 | 0 | 0.35 | 0.25 | 73.64 | 0.34 | 0.62 |
| Hex | B0 | BF | 7D | 8 | 0 | 23 | 19 | 4A | 22 | 3E |
| Octal | 260 | 277 | 175 | 10 | 0 | 43 | 31 | 112 | 42 | 76 |
| Binary | 10110000 | 10111111 | 1111101 | 1000 | 0 | 100011 | 11001 | 1001010 | 100010 | 111110 |
Color Harmonies of #B0BF7D
Complementary color
Monochromatic Colors of #B0BF7D
Black with #B0BF7D
Text Example
Text Example
White with #B0BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF7D; }
p { color: rgb(176,191,125); }
H1.HeaderClassName
{
color: #B0BF7D;
}
.AnyTagClassName
{
color: #B0BF7D;
}
</style>
background-color css
<style>
a { background-color: #B0BF7D; }
a { background-color: rgb(176,191,125); }
div.DivClassName
{
background-color: #B0BF7D;
}
.BgClassName
{
background-color: #B0BF7D;
}
</style>
border-color css
<style>
span { border-color: #B0BF7D; }
span { border-color: rgb(176,191,125); }
td.TdClassName
{
border-color: #B0BF7D;
}
.TagClassName
{
border-color: #B0BF7D;
}
</style>