Shades of Caper #B0B88E
Tints of Caper #B0B88E
RGB
CMYK
RGB Variations
Color information
#B0B88E (or 0xB0B88E) is known color: Caper. HEX triplet: B0, B8 and 8E. RGB value is (176,184,142). Sum of RGB (Red+Green+Blue) = 176+184+142=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B88E is #4F4771. Grayscale: #B0B0B0. Windows color (decimal): -5195634 or 9353392. OLE color: 9353392.
HSL color Cylindrical-coordinate representation of color #B0B88E: hue angle of 71.43º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0B88E is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 184 | 142 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.28 |
| HSL | 71.43º | 0.23% | 0.64% | - |
| HSV(B) | 71.43º | 0.23% | 0.72% | - |
| XYZ | 39.93 | 45.46 | 32.26 | - |
| YUV | 176.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 184 | 142 | 0.04 | 0 | 0.23 | 0.28 | 71.43 | 0.23 | 0.64 |
| Hex | B0 | B8 | 8E | 4 | 0 | 17 | 1C | 47 | 17 | 40 |
| Octal | 260 | 270 | 216 | 4 | 0 | 27 | 34 | 107 | 27 | 100 |
| Binary | 10110000 | 10111000 | 10001110 | 100 | 0 | 10111 | 11100 | 1000111 | 10111 | 1000000 |
Color Harmonies of #B0B88E
Complementary color
Monochromatic Colors of #B0B88E
Black with #B0B88E
Text Example
Text Example
White with #B0B88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B88E; }
p { color: rgb(176,184,142); }
H1.HeaderClassName
{
color: #B0B88E;
}
.AnyTagClassName
{
color: #B0B88E;
}
</style>
background-color css
<style>
a { background-color: #B0B88E; }
a { background-color: rgb(176,184,142); }
div.DivClassName
{
background-color: #B0B88E;
}
.BgClassName
{
background-color: #B0B88E;
}
</style>
border-color css
<style>
span { border-color: #B0B88E; }
span { border-color: rgb(176,184,142); }
td.TdClassName
{
border-color: #B0B88E;
}
.TagClassName
{
border-color: #B0B88E;
}
</style>