Shades of Caper #B4C079
Tints of Caper #B4C079
RGB
CMYK
RGB Variations
Color information
#B4C079 (or 0xB4C079) is known color: Caper. HEX triplet: B4, C0 and 79. RGB value is (180,192,121). Sum of RGB (Red+Green+Blue) = 180+192+121=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C079 is #4B3F86. Grayscale: #B4B4B4. Windows color (decimal): -4931463 or 7979188. OLE color: 7979188.
HSL color Cylindrical-coordinate representation of color #B4C079: hue angle of 70.14º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4C079 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 121 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.25 |
| HSL | 70.14º | 0.36% | 0.61% | - |
| HSV(B) | 70.14º | 0.37% | 0.75% | - |
| XYZ | 41.12 | 48.78 | 25.34 | - |
| YUV | 180.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 121 | 0.06 | 0 | 0.37 | 0.25 | 70.14 | 0.36 | 0.61 |
| Hex | B4 | C0 | 79 | 6 | 0 | 25 | 19 | 46 | 24 | 3D |
| Octal | 264 | 300 | 171 | 6 | 0 | 45 | 31 | 106 | 44 | 75 |
| Binary | 10110100 | 11000000 | 1111001 | 110 | 0 | 100101 | 11001 | 1000110 | 100100 | 111101 |
Color Harmonies of #B4C079
Complementary color
Monochromatic Colors of #B4C079
Black with #B4C079
Text Example
Text Example
White with #B4C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C079; }
p { color: rgb(180,192,121); }
H1.HeaderClassName
{
color: #B4C079;
}
.AnyTagClassName
{
color: #B4C079;
}
</style>
background-color css
<style>
a { background-color: #B4C079; }
a { background-color: rgb(180,192,121); }
div.DivClassName
{
background-color: #B4C079;
}
.BgClassName
{
background-color: #B4C079;
}
</style>
border-color css
<style>
span { border-color: #B4C079; }
span { border-color: rgb(180,192,121); }
td.TdClassName
{
border-color: #B4C079;
}
.TagClassName
{
border-color: #B4C079;
}
</style>