Shades of Caper #B7CB8D
Tints of Caper #B7CB8D
RGB
CMYK
RGB Variations
Color information
#B7CB8D (or 0xB7CB8D) is known color: Caper. HEX triplet: B7, CB and 8D. RGB value is (183,203,141). Sum of RGB (Red+Green+Blue) = 183+203+141=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CB8D is #483472. Grayscale: #BEBEBE. Windows color (decimal): -4732019 or 9292727. OLE color: 9292727.
HSL color Cylindrical-coordinate representation of color #B7CB8D: hue angle of 79.35º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7CB8D is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 141 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.20 |
| HSL | 79.35º | 0.37% | 0.67% | - |
| HSV(B) | 79.35º | 0.31% | 0.8% | - |
| XYZ | 45.69 | 54.7 | 33.35 | - |
| YUV | 189.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 141 | 0.10 | 0 | 0.31 | 0.20 | 79.35 | 0.37 | 0.67 |
| Hex | B7 | CB | 8D | A | 0 | 1F | 14 | 4F | 25 | 43 |
| Octal | 267 | 313 | 215 | 12 | 0 | 37 | 24 | 117 | 45 | 103 |
| Binary | 10110111 | 11001011 | 10001101 | 1010 | 0 | 11111 | 10100 | 1001111 | 100101 | 1000011 |
Color Harmonies of #B7CB8D
Complementary color
Monochromatic Colors of #B7CB8D
Black with #B7CB8D
Text Example
Text Example
White with #B7CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB8D; }
p { color: rgb(183,203,141); }
H1.HeaderClassName
{
color: #B7CB8D;
}
.AnyTagClassName
{
color: #B7CB8D;
}
</style>
background-color css
<style>
a { background-color: #B7CB8D; }
a { background-color: rgb(183,203,141); }
div.DivClassName
{
background-color: #B7CB8D;
}
.BgClassName
{
background-color: #B7CB8D;
}
</style>
border-color css
<style>
span { border-color: #B7CB8D; }
span { border-color: rgb(183,203,141); }
td.TdClassName
{
border-color: #B7CB8D;
}
.TagClassName
{
border-color: #B7CB8D;
}
</style>