Shades of Caper #B7C386
Tints of Caper #B7C386
RGB
CMYK
RGB Variations
Color information
#B7C386 (or 0xB7C386) is known color: Caper. HEX triplet: B7, C3 and 86. RGB value is (183,195,134). Sum of RGB (Red+Green+Blue) = 183+195+134=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C386 is #483C79. Grayscale: #B8B8B8. Windows color (decimal): -4734074 or 8831927. OLE color: 8831927.
HSL color Cylindrical-coordinate representation of color #B7C386: hue angle of 71.8º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7C386 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 134 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.24 |
| HSL | 71.8º | 0.34% | 0.65% | - |
| HSV(B) | 71.8º | 0.31% | 0.76% | - |
| XYZ | 43.35 | 50.82 | 30.08 | - |
| YUV | 184.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 134 | 0.06 | 0 | 0.31 | 0.24 | 71.8 | 0.34 | 0.65 |
| Hex | B7 | C3 | 86 | 6 | 0 | 1F | 18 | 48 | 22 | 41 |
| Octal | 267 | 303 | 206 | 6 | 0 | 37 | 30 | 110 | 42 | 101 |
| Binary | 10110111 | 11000011 | 10000110 | 110 | 0 | 11111 | 11000 | 1001000 | 100010 | 1000001 |
Color Harmonies of #B7C386
Complementary color
Monochromatic Colors of #B7C386
Black with #B7C386
Text Example
Text Example
White with #B7C386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C386; }
p { color: rgb(183,195,134); }
H1.HeaderClassName
{
color: #B7C386;
}
.AnyTagClassName
{
color: #B7C386;
}
</style>
background-color css
<style>
a { background-color: #B7C386; }
a { background-color: rgb(183,195,134); }
div.DivClassName
{
background-color: #B7C386;
}
.BgClassName
{
background-color: #B7C386;
}
</style>
border-color css
<style>
span { border-color: #B7C386; }
span { border-color: rgb(183,195,134); }
td.TdClassName
{
border-color: #B7C386;
}
.TagClassName
{
border-color: #B7C386;
}
</style>