Shades of Caper #B1C077
Tints of Caper #B1C077
RGB
CMYK
RGB Variations
Color information
#B1C077 (or 0xB1C077) is known color: Caper. HEX triplet: B1, C0 and 77. RGB value is (177,192,119). Sum of RGB (Red+Green+Blue) = 177+192+119=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C077 is #4E3F88. Grayscale: #B3B3B3. Windows color (decimal): -5128073 or 7848113. OLE color: 7848113.
HSL color Cylindrical-coordinate representation of color #B1C077: hue angle of 72.33º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1C077 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 119 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.25 |
| HSL | 72.33º | 0.37% | 0.61% | - |
| HSV(B) | 72.33º | 0.38% | 0.75% | - |
| XYZ | 40.31 | 48.38 | 24.67 | - |
| YUV | 179.19 | 94.03 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 119 | 0.08 | 0 | 0.38 | 0.25 | 72.33 | 0.37 | 0.61 |
| Hex | B1 | C0 | 77 | 8 | 0 | 26 | 19 | 48 | 25 | 3D |
| Octal | 261 | 300 | 167 | 10 | 0 | 46 | 31 | 110 | 45 | 75 |
| Binary | 10110001 | 11000000 | 1110111 | 1000 | 0 | 100110 | 11001 | 1001000 | 100101 | 111101 |
Color Harmonies of #B1C077
Complementary color
Monochromatic Colors of #B1C077
Black with #B1C077
Text Example
Text Example
White with #B1C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C077; }
p { color: rgb(177,192,119); }
H1.HeaderClassName
{
color: #B1C077;
}
.AnyTagClassName
{
color: #B1C077;
}
</style>
background-color css
<style>
a { background-color: #B1C077; }
a { background-color: rgb(177,192,119); }
div.DivClassName
{
background-color: #B1C077;
}
.BgClassName
{
background-color: #B1C077;
}
</style>
border-color css
<style>
span { border-color: #B1C077; }
span { border-color: rgb(177,192,119); }
td.TdClassName
{
border-color: #B1C077;
}
.TagClassName
{
border-color: #B1C077;
}
</style>