Shades of Caper #B1BD76
Tints of Caper #B1BD76
RGB
CMYK
RGB Variations
Color information
#B1BD76 (or 0xB1BD76) is known color: Caper. HEX triplet: B1, BD and 76. RGB value is (177,189,118). Sum of RGB (Red+Green+Blue) = 177+189+118=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD76 is #4E4289. Grayscale: #B1B1B1. Windows color (decimal): -5128842 or 7781809. OLE color: 7781809.
HSL color Cylindrical-coordinate representation of color #B1BD76: hue angle of 70.14º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1BD76 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 118 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.26 |
| HSL | 70.14º | 0.35% | 0.6% | - |
| HSV(B) | 70.14º | 0.38% | 0.74% | - |
| XYZ | 39.6 | 47.05 | 24.13 | - |
| YUV | 177.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 118 | 0.06 | 0 | 0.38 | 0.26 | 70.14 | 0.35 | 0.6 |
| Hex | B1 | BD | 76 | 6 | 0 | 26 | 1A | 46 | 23 | 3C |
| Octal | 261 | 275 | 166 | 6 | 0 | 46 | 32 | 106 | 43 | 74 |
| Binary | 10110001 | 10111101 | 1110110 | 110 | 0 | 100110 | 11010 | 1000110 | 100011 | 111100 |
Color Harmonies of #B1BD76
Complementary color
Monochromatic Colors of #B1BD76
Black with #B1BD76
Text Example
Text Example
White with #B1BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD76; }
p { color: rgb(177,189,118); }
H1.HeaderClassName
{
color: #B1BD76;
}
.AnyTagClassName
{
color: #B1BD76;
}
</style>
background-color css
<style>
a { background-color: #B1BD76; }
a { background-color: rgb(177,189,118); }
div.DivClassName
{
background-color: #B1BD76;
}
.BgClassName
{
background-color: #B1BD76;
}
</style>
border-color css
<style>
span { border-color: #B1BD76; }
span { border-color: rgb(177,189,118); }
td.TdClassName
{
border-color: #B1BD76;
}
.TagClassName
{
border-color: #B1BD76;
}
</style>