Shades of Caper #B1BF85
Tints of Caper #B1BF85
RGB
CMYK
RGB Variations
Color information
#B1BF85 (or 0xB1BF85) is known color: Caper. HEX triplet: B1, BF and 85. RGB value is (177,191,133). Sum of RGB (Red+Green+Blue) = 177+191+133=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BF85 is #4E407A. Grayscale: #B4B4B4. Windows color (decimal): -5128315 or 8765361. OLE color: 8765361.
HSL color Cylindrical-coordinate representation of color #B1BF85: hue angle of 74.48º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1BF85 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 133 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.25 |
| HSL | 74.48º | 0.31% | 0.64% | - |
| HSV(B) | 74.48º | 0.3% | 0.75% | - |
| XYZ | 41 | 48.3 | 29.35 | - |
| YUV | 180.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 133 | 0.07 | 0 | 0.30 | 0.25 | 74.48 | 0.31 | 0.64 |
| Hex | B1 | BF | 85 | 7 | 0 | 1E | 19 | 4A | 1F | 40 |
| Octal | 261 | 277 | 205 | 7 | 0 | 36 | 31 | 112 | 37 | 100 |
| Binary | 10110001 | 10111111 | 10000101 | 111 | 0 | 11110 | 11001 | 1001010 | 11111 | 1000000 |
Color Harmonies of #B1BF85
Complementary color
Monochromatic Colors of #B1BF85
Black with #B1BF85
Text Example
Text Example
White with #B1BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BF85; }
p { color: rgb(177,191,133); }
H1.HeaderClassName
{
color: #B1BF85;
}
.AnyTagClassName
{
color: #B1BF85;
}
</style>
background-color css
<style>
a { background-color: #B1BF85; }
a { background-color: rgb(177,191,133); }
div.DivClassName
{
background-color: #B1BF85;
}
.BgClassName
{
background-color: #B1BF85;
}
</style>
border-color css
<style>
span { border-color: #B1BF85; }
span { border-color: rgb(177,191,133); }
td.TdClassName
{
border-color: #B1BF85;
}
.TagClassName
{
border-color: #B1BF85;
}
</style>