Shades of Caper #B1C072
Tints of Caper #B1C072
RGB
CMYK
RGB Variations
Color information
#B1C072 (or 0xB1C072) is known color: Caper. HEX triplet: B1, C0 and 72. RGB value is (177,192,114). Sum of RGB (Red+Green+Blue) = 177+192+114=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C072 is #4E3F8D. Grayscale: #B2B2B2. Windows color (decimal): -5128078 or 7520433. OLE color: 7520433.
HSL color Cylindrical-coordinate representation of color #B1C072: hue angle of 71.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1C072 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 114 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.25 |
| HSL | 71.54º | 0.38% | 0.6% | - |
| HSV(B) | 71.54º | 0.41% | 0.75% | - |
| XYZ | 40.02 | 48.26 | 23.13 | - |
| YUV | 178.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 114 | 0.08 | 0 | 0.41 | 0.25 | 71.54 | 0.38 | 0.6 |
| Hex | B1 | C0 | 72 | 8 | 0 | 29 | 19 | 48 | 26 | 3C |
| Octal | 261 | 300 | 162 | 10 | 0 | 51 | 31 | 110 | 46 | 74 |
| Binary | 10110001 | 11000000 | 1110010 | 1000 | 0 | 101001 | 11001 | 1001000 | 100110 | 111100 |
Color Harmonies of #B1C072
Complementary color
Monochromatic Colors of #B1C072
Black with #B1C072
Text Example
Text Example
White with #B1C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C072; }
p { color: rgb(177,192,114); }
H1.HeaderClassName
{
color: #B1C072;
}
.AnyTagClassName
{
color: #B1C072;
}
</style>
background-color css
<style>
a { background-color: #B1C072; }
a { background-color: rgb(177,192,114); }
div.DivClassName
{
background-color: #B1C072;
}
.BgClassName
{
background-color: #B1C072;
}
</style>
border-color css
<style>
span { border-color: #B1C072; }
span { border-color: rgb(177,192,114); }
td.TdClassName
{
border-color: #B1C072;
}
.TagClassName
{
border-color: #B1C072;
}
</style>