Shades of Caper #B1BE73
Tints of Caper #B1BE73
RGB
CMYK
RGB Variations
Color information
#B1BE73 (or 0xB1BE73) is known color: Caper. HEX triplet: B1, BE and 73. RGB value is (177,190,115). Sum of RGB (Red+Green+Blue) = 177+190+115=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BE73 is #4E418C. Grayscale: #B1B1B1. Windows color (decimal): -5128589 or 7585457. OLE color: 7585457.
HSL color Cylindrical-coordinate representation of color #B1BE73: hue angle of 70.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1BE73 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 115 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.25 |
| HSL | 70.4º | 0.37% | 0.6% | - |
| HSV(B) | 70.4º | 0.39% | 0.75% | - |
| XYZ | 39.64 | 47.41 | 23.28 | - |
| YUV | 177.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 115 | 0.07 | 0 | 0.39 | 0.25 | 70.4 | 0.37 | 0.6 |
| Hex | B1 | BE | 73 | 7 | 0 | 27 | 19 | 46 | 25 | 3C |
| Octal | 261 | 276 | 163 | 7 | 0 | 47 | 31 | 106 | 45 | 74 |
| Binary | 10110001 | 10111110 | 1110011 | 111 | 0 | 100111 | 11001 | 1000110 | 100101 | 111100 |
Color Harmonies of #B1BE73
Complementary color
Monochromatic Colors of #B1BE73
Black with #B1BE73
Text Example
Text Example
White with #B1BE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BE73; }
p { color: rgb(177,190,115); }
H1.HeaderClassName
{
color: #B1BE73;
}
.AnyTagClassName
{
color: #B1BE73;
}
</style>
background-color css
<style>
a { background-color: #B1BE73; }
a { background-color: rgb(177,190,115); }
div.DivClassName
{
background-color: #B1BE73;
}
.BgClassName
{
background-color: #B1BE73;
}
</style>
border-color css
<style>
span { border-color: #B1BE73; }
span { border-color: rgb(177,190,115); }
td.TdClassName
{
border-color: #B1BE73;
}
.TagClassName
{
border-color: #B1BE73;
}
</style>