Shades of Caper #B6C089
Tints of Caper #B6C089
RGB
CMYK
RGB Variations
Color information
#B6C089 (or 0xB6C089) is known color: Caper. HEX triplet: B6, C0 and 89. RGB value is (182,192,137). Sum of RGB (Red+Green+Blue) = 182+192+137=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C089 is #493F76. Grayscale: #B6B6B6. Windows color (decimal): -4800375 or 9027766. OLE color: 9027766.
HSL color Cylindrical-coordinate representation of color #B6C089: hue angle of 70.91º 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 #B6C089 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 137 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.25 |
| HSL | 70.91º | 0.3% | 0.65% | - |
| HSV(B) | 70.91º | 0.29% | 0.75% | - |
| XYZ | 42.66 | 49.45 | 30.96 | - |
| YUV | 182.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 137 | 0.05 | 0 | 0.29 | 0.25 | 70.91 | 0.3 | 0.65 |
| Hex | B6 | C0 | 89 | 5 | 0 | 1D | 19 | 47 | 1E | 41 |
| Octal | 266 | 300 | 211 | 5 | 0 | 35 | 31 | 107 | 36 | 101 |
| Binary | 10110110 | 11000000 | 10001001 | 101 | 0 | 11101 | 11001 | 1000111 | 11110 | 1000001 |
Color Harmonies of #B6C089
Complementary color
Monochromatic Colors of #B6C089
Black with #B6C089
Text Example
Text Example
White with #B6C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C089; }
p { color: rgb(182,192,137); }
H1.HeaderClassName
{
color: #B6C089;
}
.AnyTagClassName
{
color: #B6C089;
}
</style>
background-color css
<style>
a { background-color: #B6C089; }
a { background-color: rgb(182,192,137); }
div.DivClassName
{
background-color: #B6C089;
}
.BgClassName
{
background-color: #B6C089;
}
</style>
border-color css
<style>
span { border-color: #B6C089; }
span { border-color: rgb(182,192,137); }
td.TdClassName
{
border-color: #B6C089;
}
.TagClassName
{
border-color: #B6C089;
}
</style>