Shades of Caper #B4C084
Tints of Caper #B4C084
RGB
CMYK
RGB Variations
Color information
#B4C084 (or 0xB4C084) is known color: Caper. HEX triplet: B4, C0 and 84. RGB value is (180,192,132). Sum of RGB (Red+Green+Blue) = 180+192+132=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C084 is #4B3F7B. Grayscale: #B5B5B5. Windows color (decimal): -4931452 or 8700084. OLE color: 8700084.
HSL color Cylindrical-coordinate representation of color #B4C084: hue angle of 72º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4C084 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 132 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.25 |
| HSL | 72º | 0.32% | 0.64% | - |
| HSV(B) | 72º | 0.31% | 0.75% | - |
| XYZ | 41.84 | 49.07 | 29.1 | - |
| YUV | 181.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 132 | 0.06 | 0 | 0.31 | 0.25 | 72 | 0.32 | 0.64 |
| Hex | B4 | C0 | 84 | 6 | 0 | 1F | 19 | 48 | 20 | 40 |
| Octal | 264 | 300 | 204 | 6 | 0 | 37 | 31 | 110 | 40 | 100 |
| Binary | 10110100 | 11000000 | 10000100 | 110 | 0 | 11111 | 11001 | 1001000 | 100000 | 1000000 |
Color Harmonies of #B4C084
Complementary color
Monochromatic Colors of #B4C084
Black with #B4C084
Text Example
Text Example
White with #B4C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C084; }
p { color: rgb(180,192,132); }
H1.HeaderClassName
{
color: #B4C084;
}
.AnyTagClassName
{
color: #B4C084;
}
</style>
background-color css
<style>
a { background-color: #B4C084; }
a { background-color: rgb(180,192,132); }
div.DivClassName
{
background-color: #B4C084;
}
.BgClassName
{
background-color: #B4C084;
}
</style>
border-color css
<style>
span { border-color: #B4C084; }
span { border-color: rgb(180,192,132); }
td.TdClassName
{
border-color: #B4C084;
}
.TagClassName
{
border-color: #B4C084;
}
</style>