Shades of Caper #B1C073
Tints of Caper #B1C073
RGB
CMYK
RGB Variations
Color information
#B1C073 (or 0xB1C073) is known color: Caper. HEX triplet: B1, C0 and 73. RGB value is (177,192,115). Sum of RGB (Red+Green+Blue) = 177+192+115=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C073 is #4E3F8C. Grayscale: #B3B3B3. Windows color (decimal): -5128077 or 7585969. OLE color: 7585969.
HSL color Cylindrical-coordinate representation of color #B1C073: hue angle of 71.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1C073 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 115 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.25 |
| HSL | 71.69º | 0.38% | 0.6% | - |
| HSV(B) | 71.69º | 0.4% | 0.75% | - |
| XYZ | 40.08 | 48.28 | 23.43 | - |
| YUV | 178.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 115 | 0.08 | 0 | 0.40 | 0.25 | 71.69 | 0.38 | 0.6 |
| Hex | B1 | C0 | 73 | 8 | 0 | 28 | 19 | 48 | 26 | 3C |
| Octal | 261 | 300 | 163 | 10 | 0 | 50 | 31 | 110 | 46 | 74 |
| Binary | 10110001 | 11000000 | 1110011 | 1000 | 0 | 101000 | 11001 | 1001000 | 100110 | 111100 |
Color Harmonies of #B1C073
Complementary color
Monochromatic Colors of #B1C073
Black with #B1C073
Text Example
Text Example
White with #B1C073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C073; }
p { color: rgb(177,192,115); }
H1.HeaderClassName
{
color: #B1C073;
}
.AnyTagClassName
{
color: #B1C073;
}
</style>
background-color css
<style>
a { background-color: #B1C073; }
a { background-color: rgb(177,192,115); }
div.DivClassName
{
background-color: #B1C073;
}
.BgClassName
{
background-color: #B1C073;
}
</style>
border-color css
<style>
span { border-color: #B1C073; }
span { border-color: rgb(177,192,115); }
td.TdClassName
{
border-color: #B1C073;
}
.TagClassName
{
border-color: #B1C073;
}
</style>