Shades of Caper #B4C181
Tints of Caper #B4C181
RGB
CMYK
RGB Variations
Color information
#B4C181 (or 0xB4C181) is known color: Caper. HEX triplet: B4, C1 and 81. RGB value is (180,193,129). Sum of RGB (Red+Green+Blue) = 180+193+129=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C181 is #4B3E7E. Grayscale: #B6B6B6. Windows color (decimal): -4931199 or 8503732. OLE color: 8503732.
HSL color Cylindrical-coordinate representation of color #B4C181: hue angle of 72.19º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4C181 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 193 | 129 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.24 |
| HSL | 72.19º | 0.34% | 0.63% | - |
| HSV(B) | 72.19º | 0.33% | 0.76% | - |
| XYZ | 41.85 | 49.43 | 28.1 | - |
| YUV | 181.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 193 | 129 | 0.07 | 0 | 0.33 | 0.24 | 72.19 | 0.34 | 0.63 |
| Hex | B4 | C1 | 81 | 7 | 0 | 21 | 18 | 48 | 22 | 3F |
| Octal | 264 | 301 | 201 | 7 | 0 | 41 | 30 | 110 | 42 | 77 |
| Binary | 10110100 | 11000001 | 10000001 | 111 | 0 | 100001 | 11000 | 1001000 | 100010 | 111111 |
Color Harmonies of #B4C181
Complementary color
Monochromatic Colors of #B4C181
Black with #B4C181
Text Example
Text Example
White with #B4C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C181; }
p { color: rgb(180,193,129); }
H1.HeaderClassName
{
color: #B4C181;
}
.AnyTagClassName
{
color: #B4C181;
}
</style>
background-color css
<style>
a { background-color: #B4C181; }
a { background-color: rgb(180,193,129); }
div.DivClassName
{
background-color: #B4C181;
}
.BgClassName
{
background-color: #B4C181;
}
</style>
border-color css
<style>
span { border-color: #B4C181; }
span { border-color: rgb(180,193,129); }
td.TdClassName
{
border-color: #B4C181;
}
.TagClassName
{
border-color: #B4C181;
}
</style>