Shades of Caper #B4CA86
Tints of Caper #B4CA86
RGB
CMYK
RGB Variations
Color information
#B4CA86 (or 0xB4CA86) is known color: Caper. HEX triplet: B4, CA and 86. RGB value is (180,202,134). Sum of RGB (Red+Green+Blue) = 180+202+134=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CA86 is #4B3579. Grayscale: #BBBBBB. Windows color (decimal): -4928890 or 8833716. OLE color: 8833716.
HSL color Cylindrical-coordinate representation of color #B4CA86: hue angle of 79.41º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4CA86 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 202 | 134 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.21 |
| HSL | 79.41º | 0.39% | 0.66% | - |
| HSV(B) | 79.41º | 0.34% | 0.79% | - |
| XYZ | 44.25 | 53.67 | 30.58 | - |
| YUV | 187.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 134 | 0.11 | 0 | 0.34 | 0.21 | 79.41 | 0.39 | 0.66 |
| Hex | B4 | CA | 86 | B | 0 | 22 | 15 | 4F | 27 | 42 |
| Octal | 264 | 312 | 206 | 13 | 0 | 42 | 25 | 117 | 47 | 102 |
| Binary | 10110100 | 11001010 | 10000110 | 1011 | 0 | 100010 | 10101 | 1001111 | 100111 | 1000010 |
Color Harmonies of #B4CA86
Complementary color
Monochromatic Colors of #B4CA86
Black with #B4CA86
Text Example
Text Example
White with #B4CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CA86; }
p { color: rgb(180,202,134); }
H1.HeaderClassName
{
color: #B4CA86;
}
.AnyTagClassName
{
color: #B4CA86;
}
</style>
background-color css
<style>
a { background-color: #B4CA86; }
a { background-color: rgb(180,202,134); }
div.DivClassName
{
background-color: #B4CA86;
}
.BgClassName
{
background-color: #B4CA86;
}
</style>
border-color css
<style>
span { border-color: #B4CA86; }
span { border-color: rgb(180,202,134); }
td.TdClassName
{
border-color: #B4CA86;
}
.TagClassName
{
border-color: #B4CA86;
}
</style>