Shades of Caper #B0BE89
Tints of Caper #B0BE89
RGB
CMYK
RGB Variations
Color information
#B0BE89 (or 0xB0BE89) is known color: Caper. HEX triplet: B0, BE and 89. RGB value is (176,190,137). Sum of RGB (Red+Green+Blue) = 176+190+137=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE89 is #4F4176. Grayscale: #B3B3B3. Windows color (decimal): -5194103 or 9027248. OLE color: 9027248.
HSL color Cylindrical-coordinate representation of color #B0BE89: hue angle of 75.85º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0BE89 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 137 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.25 |
| HSL | 75.85º | 0.29% | 0.64% | - |
| HSV(B) | 75.85º | 0.28% | 0.75% | - |
| XYZ | 40.83 | 47.86 | 30.75 | - |
| YUV | 179.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 137 | 0.07 | 0 | 0.28 | 0.25 | 75.85 | 0.29 | 0.64 |
| Hex | B0 | BE | 89 | 7 | 0 | 1C | 19 | 4C | 1D | 40 |
| Octal | 260 | 276 | 211 | 7 | 0 | 34 | 31 | 114 | 35 | 100 |
| Binary | 10110000 | 10111110 | 10001001 | 111 | 0 | 11100 | 11001 | 1001100 | 11101 | 1000000 |
Color Harmonies of #B0BE89
Complementary color
Monochromatic Colors of #B0BE89
Black with #B0BE89
Text Example
Text Example
White with #B0BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE89; }
p { color: rgb(176,190,137); }
H1.HeaderClassName
{
color: #B0BE89;
}
.AnyTagClassName
{
color: #B0BE89;
}
</style>
background-color css
<style>
a { background-color: #B0BE89; }
a { background-color: rgb(176,190,137); }
div.DivClassName
{
background-color: #B0BE89;
}
.BgClassName
{
background-color: #B0BE89;
}
</style>
border-color css
<style>
span { border-color: #B0BE89; }
span { border-color: rgb(176,190,137); }
td.TdClassName
{
border-color: #B0BE89;
}
.TagClassName
{
border-color: #B0BE89;
}
</style>