Shades of Caper #B8C384
Tints of Caper #B8C384
RGB
CMYK
RGB Variations
Color information
#B8C384 (or 0xB8C384) is known color: Caper. HEX triplet: B8, C3 and 84. RGB value is (184,195,132). Sum of RGB (Red+Green+Blue) = 184+195+132=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C384 is #473C7B. Grayscale: #B8B8B8. Windows color (decimal): -4668540 or 8700856. OLE color: 8700856.
HSL color Cylindrical-coordinate representation of color #B8C384: hue angle of 70.48º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8C384 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 132 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.24 |
| HSL | 70.48º | 0.34% | 0.64% | - |
| HSV(B) | 70.48º | 0.32% | 0.76% | - |
| XYZ | 43.45 | 50.89 | 29.36 | - |
| YUV | 184.53 | 98.36 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 132 | 0.06 | 0 | 0.32 | 0.24 | 70.48 | 0.34 | 0.64 |
| Hex | B8 | C3 | 84 | 6 | 0 | 20 | 18 | 46 | 22 | 40 |
| Octal | 270 | 303 | 204 | 6 | 0 | 40 | 30 | 106 | 42 | 100 |
| Binary | 10111000 | 11000011 | 10000100 | 110 | 0 | 100000 | 11000 | 1000110 | 100010 | 1000000 |
Color Harmonies of #B8C384
Complementary color
Monochromatic Colors of #B8C384
Black with #B8C384
Text Example
Text Example
White with #B8C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C384; }
p { color: rgb(184,195,132); }
H1.HeaderClassName
{
color: #B8C384;
}
.AnyTagClassName
{
color: #B8C384;
}
</style>
background-color css
<style>
a { background-color: #B8C384; }
a { background-color: rgb(184,195,132); }
div.DivClassName
{
background-color: #B8C384;
}
.BgClassName
{
background-color: #B8C384;
}
</style>
border-color css
<style>
span { border-color: #B8C384; }
span { border-color: rgb(184,195,132); }
td.TdClassName
{
border-color: #B8C384;
}
.TagClassName
{
border-color: #B8C384;
}
</style>