Shades of Caper #B7C089
Tints of Caper #B7C089
RGB
CMYK
RGB Variations
Color information
#B7C089 (or 0xB7C089) is known color: Caper. HEX triplet: B7, C0 and 89. RGB value is (183,192,137). Sum of RGB (Red+Green+Blue) = 183+192+137=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C089 is #483F76. Grayscale: #B7B7B7. Windows color (decimal): -4734839 or 9027767. OLE color: 9027767.
HSL color Cylindrical-coordinate representation of color #B7C089: hue angle of 69.82º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7C089 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 137 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.25 |
| HSL | 69.82º | 0.3% | 0.65% | - |
| HSV(B) | 69.82º | 0.29% | 0.75% | - |
| XYZ | 42.89 | 49.57 | 30.97 | - |
| YUV | 183.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 137 | 0.05 | 0 | 0.29 | 0.25 | 69.82 | 0.3 | 0.65 |
| Hex | B7 | C0 | 89 | 5 | 0 | 1D | 19 | 46 | 1E | 41 |
| Octal | 267 | 300 | 211 | 5 | 0 | 35 | 31 | 106 | 36 | 101 |
| Binary | 10110111 | 11000000 | 10001001 | 101 | 0 | 11101 | 11001 | 1000110 | 11110 | 1000001 |
Color Harmonies of #B7C089
Complementary color
Monochromatic Colors of #B7C089
Black with #B7C089
Text Example
Text Example
White with #B7C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C089; }
p { color: rgb(183,192,137); }
H1.HeaderClassName
{
color: #B7C089;
}
.AnyTagClassName
{
color: #B7C089;
}
</style>
background-color css
<style>
a { background-color: #B7C089; }
a { background-color: rgb(183,192,137); }
div.DivClassName
{
background-color: #B7C089;
}
.BgClassName
{
background-color: #B7C089;
}
</style>
border-color css
<style>
span { border-color: #B7C089; }
span { border-color: rgb(183,192,137); }
td.TdClassName
{
border-color: #B7C089;
}
.TagClassName
{
border-color: #B7C089;
}
</style>