Shades of Caper #B2B989
Tints of Caper #B2B989
RGB
CMYK
RGB Variations
Color information
#B2B989 (or 0xB2B989) is known color: Caper. HEX triplet: B2, B9 and 89. RGB value is (178,185,137). Sum of RGB (Red+Green+Blue) = 178+185+137=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B989 is #4D4676. Grayscale: #B1B1B1. Windows color (decimal): -5064311 or 9025970. OLE color: 9025970.
HSL color Cylindrical-coordinate representation of color #B2B989: hue angle of 68.75º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2B989 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 137 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.27 |
| HSL | 68.75º | 0.26% | 0.63% | - |
| HSV(B) | 68.75º | 0.26% | 0.73% | - |
| XYZ | 40.22 | 45.97 | 30.42 | - |
| YUV | 177.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 137 | 0.04 | 0 | 0.26 | 0.27 | 68.75 | 0.26 | 0.63 |
| Hex | B2 | B9 | 89 | 4 | 0 | 1A | 1B | 45 | 1A | 3F |
| Octal | 262 | 271 | 211 | 4 | 0 | 32 | 33 | 105 | 32 | 77 |
| Binary | 10110010 | 10111001 | 10001001 | 100 | 0 | 11010 | 11011 | 1000101 | 11010 | 111111 |
Color Harmonies of #B2B989
Complementary color
Monochromatic Colors of #B2B989
Black with #B2B989
Text Example
Text Example
White with #B2B989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B989; }
p { color: rgb(178,185,137); }
H1.HeaderClassName
{
color: #B2B989;
}
.AnyTagClassName
{
color: #B2B989;
}
</style>
background-color css
<style>
a { background-color: #B2B989; }
a { background-color: rgb(178,185,137); }
div.DivClassName
{
background-color: #B2B989;
}
.BgClassName
{
background-color: #B2B989;
}
</style>
border-color css
<style>
span { border-color: #B2B989; }
span { border-color: rgb(178,185,137); }
td.TdClassName
{
border-color: #B2B989;
}
.TagClassName
{
border-color: #B2B989;
}
</style>