Shades of Caper #B8C985
Tints of Caper #B8C985
RGB
CMYK
RGB Variations
Color information
#B8C985 (or 0xB8C985) is known color: Caper. HEX triplet: B8, C9 and 85. RGB value is (184,201,133). Sum of RGB (Red+Green+Blue) = 184+201+133=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C985 is #47367A. Grayscale: #BCBCBC. Windows color (decimal): -4667003 or 8767928. OLE color: 8767928.
HSL color Cylindrical-coordinate representation of color #B8C985: hue angle of 75º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8C985 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 133 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.21 |
| HSL | 75º | 0.39% | 0.65% | - |
| HSV(B) | 75º | 0.34% | 0.79% | - |
| XYZ | 44.89 | 53.66 | 30.18 | - |
| YUV | 188.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 133 | 0.08 | 0 | 0.34 | 0.21 | 75 | 0.39 | 0.65 |
| Hex | B8 | C9 | 85 | 8 | 0 | 22 | 15 | 4B | 27 | 41 |
| Octal | 270 | 311 | 205 | 10 | 0 | 42 | 25 | 113 | 47 | 101 |
| Binary | 10111000 | 11001001 | 10000101 | 1000 | 0 | 100010 | 10101 | 1001011 | 100111 | 1000001 |
Color Harmonies of #B8C985
Complementary color
Monochromatic Colors of #B8C985
Black with #B8C985
Text Example
Text Example
White with #B8C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C985; }
p { color: rgb(184,201,133); }
H1.HeaderClassName
{
color: #B8C985;
}
.AnyTagClassName
{
color: #B8C985;
}
</style>
background-color css
<style>
a { background-color: #B8C985; }
a { background-color: rgb(184,201,133); }
div.DivClassName
{
background-color: #B8C985;
}
.BgClassName
{
background-color: #B8C985;
}
</style>
border-color css
<style>
span { border-color: #B8C985; }
span { border-color: rgb(184,201,133); }
td.TdClassName
{
border-color: #B8C985;
}
.TagClassName
{
border-color: #B8C985;
}
</style>