Shades of Caper #B7C982
Tints of Caper #B7C982
RGB
CMYK
RGB Variations
Color information
#B7C982 (or 0xB7C982) is known color: Caper. HEX triplet: B7, C9 and 82. RGB value is (183,201,130). Sum of RGB (Red+Green+Blue) = 183+201+130=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C982 is #48367D. Grayscale: #BBBBBB. Windows color (decimal): -4732542 or 8571319. OLE color: 8571319.
HSL color Cylindrical-coordinate representation of color #B7C982: hue angle of 75.21º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B7C982 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 201 | 130 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.21 |
| HSL | 75.21º | 0.4% | 0.65% | - |
| HSV(B) | 75.21º | 0.35% | 0.79% | - |
| XYZ | 44.44 | 53.45 | 29.09 | - |
| YUV | 187.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 201 | 130 | 0.09 | 0 | 0.35 | 0.21 | 75.21 | 0.4 | 0.65 |
| Hex | B7 | C9 | 82 | 9 | 0 | 23 | 15 | 4B | 28 | 41 |
| Octal | 267 | 311 | 202 | 11 | 0 | 43 | 25 | 113 | 50 | 101 |
| Binary | 10110111 | 11001001 | 10000010 | 1001 | 0 | 100011 | 10101 | 1001011 | 101000 | 1000001 |
Color Harmonies of #B7C982
Complementary color
Monochromatic Colors of #B7C982
Black with #B7C982
Text Example
Text Example
White with #B7C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C982; }
p { color: rgb(183,201,130); }
H1.HeaderClassName
{
color: #B7C982;
}
.AnyTagClassName
{
color: #B7C982;
}
</style>
background-color css
<style>
a { background-color: #B7C982; }
a { background-color: rgb(183,201,130); }
div.DivClassName
{
background-color: #B7C982;
}
.BgClassName
{
background-color: #B7C982;
}
</style>
border-color css
<style>
span { border-color: #B7C982; }
span { border-color: rgb(183,201,130); }
td.TdClassName
{
border-color: #B7C982;
}
.TagClassName
{
border-color: #B7C982;
}
</style>