Shades of Caper #B4CB86
Tints of Caper #B4CB86
RGB
CMYK
RGB Variations
Color information
#B4CB86 (or 0xB4CB86) is known color: Caper. HEX triplet: B4, CB and 86. RGB value is (180,203,134). Sum of RGB (Red+Green+Blue) = 180+203+134=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CB86 is #4B3479. Grayscale: #BCBCBC. Windows color (decimal): -4928634 or 8833972. OLE color: 8833972.
HSL color Cylindrical-coordinate representation of color #B4CB86: hue angle of 80º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4CB86 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 203 | 134 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.20 |
| HSL | 80º | 0.4% | 0.66% | - |
| HSV(B) | 80º | 0.34% | 0.8% | - |
| XYZ | 44.48 | 54.14 | 30.66 | - |
| YUV | 188.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 134 | 0.11 | 0 | 0.34 | 0.20 | 80 | 0.4 | 0.66 |
| Hex | B4 | CB | 86 | B | 0 | 22 | 14 | 50 | 28 | 42 |
| Octal | 264 | 313 | 206 | 13 | 0 | 42 | 24 | 120 | 50 | 102 |
| Binary | 10110100 | 11001011 | 10000110 | 1011 | 0 | 100010 | 10100 | 1010000 | 101000 | 1000010 |
Color Harmonies of #B4CB86
Complementary color
Monochromatic Colors of #B4CB86
Black with #B4CB86
Text Example
Text Example
White with #B4CB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CB86; }
p { color: rgb(180,203,134); }
H1.HeaderClassName
{
color: #B4CB86;
}
.AnyTagClassName
{
color: #B4CB86;
}
</style>
background-color css
<style>
a { background-color: #B4CB86; }
a { background-color: rgb(180,203,134); }
div.DivClassName
{
background-color: #B4CB86;
}
.BgClassName
{
background-color: #B4CB86;
}
</style>
border-color css
<style>
span { border-color: #B4CB86; }
span { border-color: rgb(180,203,134); }
td.TdClassName
{
border-color: #B4CB86;
}
.TagClassName
{
border-color: #B4CB86;
}
</style>