Shades of Caper #B1BE85
Tints of Caper #B1BE85
RGB
CMYK
RGB Variations
Color information
#B1BE85 (or 0xB1BE85) is known color: Caper. HEX triplet: B1, BE and 85. RGB value is (177,190,133). Sum of RGB (Red+Green+Blue) = 177+190+133=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BE85 is #4E417A. Grayscale: #B3B3B3. Windows color (decimal): -5128571 or 8765105. OLE color: 8765105.
HSL color Cylindrical-coordinate representation of color #B1BE85: hue angle of 73.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1BE85 is Cyan = 0.07, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 133 | - |
| CMYK | 0.07 | 0 | 0.3 | 0.25 |
| HSL | 73.68º | 0.3% | 0.63% | - |
| HSV(B) | 73.68º | 0.3% | 0.75% | - |
| XYZ | 40.78 | 47.87 | 29.28 | - |
| YUV | 179.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 133 | 0.07 | 0 | 0.3 | 0.25 | 73.68 | 0.3 | 0.63 |
| Hex | B1 | BE | 85 | 7 | 0 | 1E | 19 | 4A | 1E | 3F |
| Octal | 261 | 276 | 205 | 7 | 0 | 36 | 31 | 112 | 36 | 77 |
| Binary | 10110001 | 10111110 | 10000101 | 111 | 0 | 11110 | 11001 | 1001010 | 11110 | 111111 |
Color Harmonies of #B1BE85
Complementary color
Monochromatic Colors of #B1BE85
Black with #B1BE85
Text Example
Text Example
White with #B1BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BE85; }
p { color: rgb(177,190,133); }
H1.HeaderClassName
{
color: #B1BE85;
}
.AnyTagClassName
{
color: #B1BE85;
}
</style>
background-color css
<style>
a { background-color: #B1BE85; }
a { background-color: rgb(177,190,133); }
div.DivClassName
{
background-color: #B1BE85;
}
.BgClassName
{
background-color: #B1BE85;
}
</style>
border-color css
<style>
span { border-color: #B1BE85; }
span { border-color: rgb(177,190,133); }
td.TdClassName
{
border-color: #B1BE85;
}
.TagClassName
{
border-color: #B1BE85;
}
</style>