Shades of Caper #B7C875
Tints of Caper #B7C875
RGB
CMYK
RGB Variations
Color information
#B7C875 (or 0xB7C875) is known color: Caper. HEX triplet: B7, C8 and 75. RGB value is (183,200,117). Sum of RGB (Red+Green+Blue) = 183+200+117=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C875 is #48378A. Grayscale: #B9B9B9. Windows color (decimal): -4732811 or 7719095. OLE color: 7719095.
HSL color Cylindrical-coordinate representation of color #B7C875: hue angle of 72.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7C875 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 200 | 117 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.22 |
| HSL | 72.29º | 0.43% | 0.62% | - |
| HSV(B) | 72.29º | 0.42% | 0.78% | - |
| XYZ | 43.39 | 52.66 | 24.71 | - |
| YUV | 185.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 200 | 117 | 0.08 | 0 | 0.42 | 0.22 | 72.29 | 0.43 | 0.62 |
| Hex | B7 | C8 | 75 | 8 | 0 | 2A | 16 | 48 | 2B | 3E |
| Octal | 267 | 310 | 165 | 10 | 0 | 52 | 26 | 110 | 53 | 76 |
| Binary | 10110111 | 11001000 | 1110101 | 1000 | 0 | 101010 | 10110 | 1001000 | 101011 | 111110 |
Color Harmonies of #B7C875
Complementary color
Monochromatic Colors of #B7C875
Black with #B7C875
Text Example
Text Example
White with #B7C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C875; }
p { color: rgb(183,200,117); }
H1.HeaderClassName
{
color: #B7C875;
}
.AnyTagClassName
{
color: #B7C875;
}
</style>
background-color css
<style>
a { background-color: #B7C875; }
a { background-color: rgb(183,200,117); }
div.DivClassName
{
background-color: #B7C875;
}
.BgClassName
{
background-color: #B7C875;
}
</style>
border-color css
<style>
span { border-color: #B7C875; }
span { border-color: rgb(183,200,117); }
td.TdClassName
{
border-color: #B7C875;
}
.TagClassName
{
border-color: #B7C875;
}
</style>