Shades of Caper #B1BF7A
Tints of Caper #B1BF7A
RGB
CMYK
RGB Variations
Color information
#B1BF7A (or 0xB1BF7A) is known color: Caper. HEX triplet: B1, BF and 7A. RGB value is (177,191,122). Sum of RGB (Red+Green+Blue) = 177+191+122=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF7A is #4E4085. Grayscale: #B3B3B3. Windows color (decimal): -5128326 or 8044465. OLE color: 8044465.
HSL color Cylindrical-coordinate representation of color #B1BF7A: hue angle of 72.17º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1BF7A is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 122 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.25 |
| HSL | 72.17º | 0.35% | 0.61% | - |
| HSV(B) | 72.17º | 0.36% | 0.75% | - |
| XYZ | 40.28 | 48.01 | 25.56 | - |
| YUV | 178.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 122 | 0.07 | 0 | 0.36 | 0.25 | 72.17 | 0.35 | 0.61 |
| Hex | B1 | BF | 7A | 7 | 0 | 24 | 19 | 48 | 23 | 3D |
| Octal | 261 | 277 | 172 | 7 | 0 | 44 | 31 | 110 | 43 | 75 |
| Binary | 10110001 | 10111111 | 1111010 | 111 | 0 | 100100 | 11001 | 1001000 | 100011 | 111101 |
Color Harmonies of #B1BF7A
Complementary color
Monochromatic Colors of #B1BF7A
Black with #B1BF7A
Text Example
Text Example
White with #B1BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BF7A; }
p { color: rgb(177,191,122); }
H1.HeaderClassName
{
color: #B1BF7A;
}
.AnyTagClassName
{
color: #B1BF7A;
}
</style>
background-color css
<style>
a { background-color: #B1BF7A; }
a { background-color: rgb(177,191,122); }
div.DivClassName
{
background-color: #B1BF7A;
}
.BgClassName
{
background-color: #B1BF7A;
}
</style>
border-color css
<style>
span { border-color: #B1BF7A; }
span { border-color: rgb(177,191,122); }
td.TdClassName
{
border-color: #B1BF7A;
}
.TagClassName
{
border-color: #B1BF7A;
}
</style>