Shades of Caper #B0BC89
Tints of Caper #B0BC89
RGB
CMYK
RGB Variations
Color information
#B0BC89 (or 0xB0BC89) is known color: Caper. HEX triplet: B0, BC and 89. RGB value is (176,188,137). Sum of RGB (Red+Green+Blue) = 176+188+137=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC89 is #4F4376. Grayscale: #B2B2B2. Windows color (decimal): -5194615 or 9026736. OLE color: 9026736.
HSL color Cylindrical-coordinate representation of color #B0BC89: hue angle of 74.12º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0BC89 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 137 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.26 |
| HSL | 74.12º | 0.28% | 0.64% | - |
| HSV(B) | 74.12º | 0.27% | 0.74% | - |
| XYZ | 40.4 | 47 | 30.61 | - |
| YUV | 178.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 137 | 0.06 | 0 | 0.27 | 0.26 | 74.12 | 0.28 | 0.64 |
| Hex | B0 | BC | 89 | 6 | 0 | 1B | 1A | 4A | 1C | 40 |
| Octal | 260 | 274 | 211 | 6 | 0 | 33 | 32 | 112 | 34 | 100 |
| Binary | 10110000 | 10111100 | 10001001 | 110 | 0 | 11011 | 11010 | 1001010 | 11100 | 1000000 |
Color Harmonies of #B0BC89
Complementary color
Monochromatic Colors of #B0BC89
Black with #B0BC89
Text Example
Text Example
White with #B0BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC89; }
p { color: rgb(176,188,137); }
H1.HeaderClassName
{
color: #B0BC89;
}
.AnyTagClassName
{
color: #B0BC89;
}
</style>
background-color css
<style>
a { background-color: #B0BC89; }
a { background-color: rgb(176,188,137); }
div.DivClassName
{
background-color: #B0BC89;
}
.BgClassName
{
background-color: #B0BC89;
}
</style>
border-color css
<style>
span { border-color: #B0BC89; }
span { border-color: rgb(176,188,137); }
td.TdClassName
{
border-color: #B0BC89;
}
.TagClassName
{
border-color: #B0BC89;
}
</style>