Shades of Caper #B7C385
Tints of Caper #B7C385
RGB
CMYK
RGB Variations
Color information
#B7C385 (or 0xB7C385) is known color: Caper. HEX triplet: B7, C3 and 85. RGB value is (183,195,133). Sum of RGB (Red+Green+Blue) = 183+195+133=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C385 is #483C7A. Grayscale: #B8B8B8. Windows color (decimal): -4734075 or 8766391. OLE color: 8766391.
HSL color Cylindrical-coordinate representation of color #B7C385: hue angle of 71.61º 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 #B7C385 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 133 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.24 |
| HSL | 71.61º | 0.34% | 0.64% | - |
| HSV(B) | 71.61º | 0.32% | 0.76% | - |
| XYZ | 43.28 | 50.79 | 29.71 | - |
| YUV | 184.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 133 | 0.06 | 0 | 0.32 | 0.24 | 71.61 | 0.34 | 0.64 |
| Hex | B7 | C3 | 85 | 6 | 0 | 20 | 18 | 48 | 22 | 40 |
| Octal | 267 | 303 | 205 | 6 | 0 | 40 | 30 | 110 | 42 | 100 |
| Binary | 10110111 | 11000011 | 10000101 | 110 | 0 | 100000 | 11000 | 1001000 | 100010 | 1000000 |
Color Harmonies of #B7C385
Complementary color
Monochromatic Colors of #B7C385
Black with #B7C385
Text Example
Text Example
White with #B7C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C385; }
p { color: rgb(183,195,133); }
H1.HeaderClassName
{
color: #B7C385;
}
.AnyTagClassName
{
color: #B7C385;
}
</style>
background-color css
<style>
a { background-color: #B7C385; }
a { background-color: rgb(183,195,133); }
div.DivClassName
{
background-color: #B7C385;
}
.BgClassName
{
background-color: #B7C385;
}
</style>
border-color css
<style>
span { border-color: #B7C385; }
span { border-color: rgb(183,195,133); }
td.TdClassName
{
border-color: #B7C385;
}
.TagClassName
{
border-color: #B7C385;
}
</style>