Shades of Caper #B7C381
Tints of Caper #B7C381
RGB
CMYK
RGB Variations
Color information
#B7C381 (or 0xB7C381) is known color: Caper. HEX triplet: B7, C3 and 81. RGB value is (183,195,129). Sum of RGB (Red+Green+Blue) = 183+195+129=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C381 is #483C7E. Grayscale: #B8B8B8. Windows color (decimal): -4734079 or 8504247. OLE color: 8504247.
HSL color Cylindrical-coordinate representation of color #B7C381: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7C381 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 129 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.24 |
| HSL | 70.91º | 0.35% | 0.64% | - |
| HSV(B) | 70.91º | 0.34% | 0.76% | - |
| XYZ | 43.01 | 50.68 | 28.28 | - |
| YUV | 183.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 129 | 0.06 | 0 | 0.34 | 0.24 | 70.91 | 0.35 | 0.64 |
| Hex | B7 | C3 | 81 | 6 | 0 | 22 | 18 | 47 | 23 | 40 |
| Octal | 267 | 303 | 201 | 6 | 0 | 42 | 30 | 107 | 43 | 100 |
| Binary | 10110111 | 11000011 | 10000001 | 110 | 0 | 100010 | 11000 | 1000111 | 100011 | 1000000 |
Color Harmonies of #B7C381
Complementary color
Monochromatic Colors of #B7C381
Black with #B7C381
Text Example
Text Example
White with #B7C381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C381; }
p { color: rgb(183,195,129); }
H1.HeaderClassName
{
color: #B7C381;
}
.AnyTagClassName
{
color: #B7C381;
}
</style>
background-color css
<style>
a { background-color: #B7C381; }
a { background-color: rgb(183,195,129); }
div.DivClassName
{
background-color: #B7C381;
}
.BgClassName
{
background-color: #B7C381;
}
</style>
border-color css
<style>
span { border-color: #B7C381; }
span { border-color: rgb(183,195,129); }
td.TdClassName
{
border-color: #B7C381;
}
.TagClassName
{
border-color: #B7C381;
}
</style>