Shades of Caper #B7CA8D
Tints of Caper #B7CA8D
RGB
CMYK
RGB Variations
Color information
#B7CA8D (or 0xB7CA8D) is known color: Caper. HEX triplet: B7, CA and 8D. RGB value is (183,202,141). Sum of RGB (Red+Green+Blue) = 183+202+141=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CA8D is #483572. Grayscale: #BDBDBD. Windows color (decimal): -4732275 or 9292471. OLE color: 9292471.
HSL color Cylindrical-coordinate representation of color #B7CA8D: hue angle of 78.69º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7CA8D is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 141 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.21 |
| HSL | 78.69º | 0.37% | 0.67% | - |
| HSV(B) | 78.69º | 0.3% | 0.79% | - |
| XYZ | 45.46 | 54.23 | 33.27 | - |
| YUV | 189.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 141 | 0.09 | 0 | 0.30 | 0.21 | 78.69 | 0.37 | 0.67 |
| Hex | B7 | CA | 8D | 9 | 0 | 1E | 15 | 4F | 25 | 43 |
| Octal | 267 | 312 | 215 | 11 | 0 | 36 | 25 | 117 | 45 | 103 |
| Binary | 10110111 | 11001010 | 10001101 | 1001 | 0 | 11110 | 10101 | 1001111 | 100101 | 1000011 |
Color Harmonies of #B7CA8D
Complementary color
Monochromatic Colors of #B7CA8D
Black with #B7CA8D
Text Example
Text Example
White with #B7CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA8D; }
p { color: rgb(183,202,141); }
H1.HeaderClassName
{
color: #B7CA8D;
}
.AnyTagClassName
{
color: #B7CA8D;
}
</style>
background-color css
<style>
a { background-color: #B7CA8D; }
a { background-color: rgb(183,202,141); }
div.DivClassName
{
background-color: #B7CA8D;
}
.BgClassName
{
background-color: #B7CA8D;
}
</style>
border-color css
<style>
span { border-color: #B7CA8D; }
span { border-color: rgb(183,202,141); }
td.TdClassName
{
border-color: #B7CA8D;
}
.TagClassName
{
border-color: #B7CA8D;
}
</style>