Shades of Caper #B7C391
Tints of Caper #B7C391
RGB
CMYK
RGB Variations
Color information
#B7C391 (or 0xB7C391) is known color: Caper. HEX triplet: B7, C3 and 91. RGB value is (183,195,145). Sum of RGB (Red+Green+Blue) = 183+195+145=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C391 is #483C6E. Grayscale: #B9B9B9. Windows color (decimal): -4734063 or 9552823. OLE color: 9552823.
HSL color Cylindrical-coordinate representation of color #B7C391: hue angle of 74.4º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7C391 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 145 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.24 |
| HSL | 74.4º | 0.29% | 0.67% | - |
| HSV(B) | 74.4º | 0.26% | 0.76% | - |
| XYZ | 44.15 | 51.14 | 34.33 | - |
| YUV | 185.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 145 | 0.06 | 0 | 0.26 | 0.24 | 74.4 | 0.29 | 0.67 |
| Hex | B7 | C3 | 91 | 6 | 0 | 1A | 18 | 4A | 1D | 43 |
| Octal | 267 | 303 | 221 | 6 | 0 | 32 | 30 | 112 | 35 | 103 |
| Binary | 10110111 | 11000011 | 10010001 | 110 | 0 | 11010 | 11000 | 1001010 | 11101 | 1000011 |
Color Harmonies of #B7C391
Complementary color
Monochromatic Colors of #B7C391
Black with #B7C391
Text Example
Text Example
White with #B7C391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C391; }
p { color: rgb(183,195,145); }
H1.HeaderClassName
{
color: #B7C391;
}
.AnyTagClassName
{
color: #B7C391;
}
</style>
background-color css
<style>
a { background-color: #B7C391; }
a { background-color: rgb(183,195,145); }
div.DivClassName
{
background-color: #B7C391;
}
.BgClassName
{
background-color: #B7C391;
}
</style>
border-color css
<style>
span { border-color: #B7C391; }
span { border-color: rgb(183,195,145); }
td.TdClassName
{
border-color: #B7C391;
}
.TagClassName
{
border-color: #B7C391;
}
</style>