Shades of Caper #B2B88E
Tints of Caper #B2B88E
RGB
CMYK
RGB Variations
Color information
#B2B88E (or 0xB2B88E) is known color: Caper. HEX triplet: B2, B8 and 8E. RGB value is (178,184,142). Sum of RGB (Red+Green+Blue) = 178+184+142=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B88E is #4D4771. Grayscale: #B1B1B1. Windows color (decimal): -5064562 or 9353394. OLE color: 9353394.
HSL color Cylindrical-coordinate representation of color #B2B88E: hue angle of 68.57º 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 #B2B88E is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 142 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.28 |
| HSL | 68.57º | 0.23% | 0.64% | - |
| HSV(B) | 68.57º | 0.23% | 0.72% | - |
| XYZ | 40.38 | 45.7 | 32.28 | - |
| YUV | 177.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 142 | 0.03 | 0 | 0.23 | 0.28 | 68.57 | 0.23 | 0.64 |
| Hex | B2 | B8 | 8E | 3 | 0 | 17 | 1C | 45 | 17 | 40 |
| Octal | 262 | 270 | 216 | 3 | 0 | 27 | 34 | 105 | 27 | 100 |
| Binary | 10110010 | 10111000 | 10001110 | 11 | 0 | 10111 | 11100 | 1000101 | 10111 | 1000000 |
Color Harmonies of #B2B88E
Complementary color
Monochromatic Colors of #B2B88E
Black with #B2B88E
Text Example
Text Example
White with #B2B88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B88E; }
p { color: rgb(178,184,142); }
H1.HeaderClassName
{
color: #B2B88E;
}
.AnyTagClassName
{
color: #B2B88E;
}
</style>
background-color css
<style>
a { background-color: #B2B88E; }
a { background-color: rgb(178,184,142); }
div.DivClassName
{
background-color: #B2B88E;
}
.BgClassName
{
background-color: #B2B88E;
}
</style>
border-color css
<style>
span { border-color: #B2B88E; }
span { border-color: rgb(178,184,142); }
td.TdClassName
{
border-color: #B2B88E;
}
.TagClassName
{
border-color: #B2B88E;
}
</style>