Shades of Caper #B0B97D
Tints of Caper #B0B97D
RGB
CMYK
RGB Variations
Color information
#B0B97D (or 0xB0B97D) is known color: Caper. HEX triplet: B0, B9 and 7D. RGB value is (176,185,125). Sum of RGB (Red+Green+Blue) = 176+185+125=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B97D is #4F4682. Grayscale: #AFAFAF. Windows color (decimal): -5195395 or 8239536. OLE color: 8239536.
HSL color Cylindrical-coordinate representation of color #B0B97D: hue angle of 69º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0B97D is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 185 | 125 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.27 |
| HSL | 69º | 0.3% | 0.61% | - |
| HSV(B) | 69º | 0.32% | 0.73% | - |
| XYZ | 38.96 | 45.41 | 26.11 | - |
| YUV | 175.47 | 99.52 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 125 | 0.05 | 0 | 0.32 | 0.27 | 69 | 0.3 | 0.61 |
| Hex | B0 | B9 | 7D | 5 | 0 | 20 | 1B | 45 | 1E | 3D |
| Octal | 260 | 271 | 175 | 5 | 0 | 40 | 33 | 105 | 36 | 75 |
| Binary | 10110000 | 10111001 | 1111101 | 101 | 0 | 100000 | 11011 | 1000101 | 11110 | 111101 |
Color Harmonies of #B0B97D
Complementary color
Monochromatic Colors of #B0B97D
Black with #B0B97D
Text Example
Text Example
White with #B0B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B97D; }
p { color: rgb(176,185,125); }
H1.HeaderClassName
{
color: #B0B97D;
}
.AnyTagClassName
{
color: #B0B97D;
}
</style>
background-color css
<style>
a { background-color: #B0B97D; }
a { background-color: rgb(176,185,125); }
div.DivClassName
{
background-color: #B0B97D;
}
.BgClassName
{
background-color: #B0B97D;
}
</style>
border-color css
<style>
span { border-color: #B0B97D; }
span { border-color: rgb(176,185,125); }
td.TdClassName
{
border-color: #B0B97D;
}
.TagClassName
{
border-color: #B0B97D;
}
</style>