Shades of Caper #B3BF77
Tints of Caper #B3BF77
RGB
CMYK
RGB Variations
Color information
#B3BF77 (or 0xB3BF77) is known color: Caper. HEX triplet: B3, BF and 77. RGB value is (179,191,119). Sum of RGB (Red+Green+Blue) = 179+191+119=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BF77 is #4C4088. Grayscale: #B3B3B3. Windows color (decimal): -4997257 or 7847859. OLE color: 7847859.
HSL color Cylindrical-coordinate representation of color #B3BF77: hue angle of 70º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3BF77 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 191 | 119 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.25 |
| HSL | 70º | 0.36% | 0.61% | - |
| HSV(B) | 70º | 0.38% | 0.75% | - |
| XYZ | 40.55 | 48.18 | 24.61 | - |
| YUV | 179.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 119 | 0.06 | 0 | 0.38 | 0.25 | 70 | 0.36 | 0.61 |
| Hex | B3 | BF | 77 | 6 | 0 | 26 | 19 | 46 | 24 | 3D |
| Octal | 263 | 277 | 167 | 6 | 0 | 46 | 31 | 106 | 44 | 75 |
| Binary | 10110011 | 10111111 | 1110111 | 110 | 0 | 100110 | 11001 | 1000110 | 100100 | 111101 |
Color Harmonies of #B3BF77
Complementary color
Monochromatic Colors of #B3BF77
Black with #B3BF77
Text Example
Text Example
White with #B3BF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BF77; }
p { color: rgb(179,191,119); }
H1.HeaderClassName
{
color: #B3BF77;
}
.AnyTagClassName
{
color: #B3BF77;
}
</style>
background-color css
<style>
a { background-color: #B3BF77; }
a { background-color: rgb(179,191,119); }
div.DivClassName
{
background-color: #B3BF77;
}
.BgClassName
{
background-color: #B3BF77;
}
</style>
border-color css
<style>
span { border-color: #B3BF77; }
span { border-color: rgb(179,191,119); }
td.TdClassName
{
border-color: #B3BF77;
}
.TagClassName
{
border-color: #B3BF77;
}
</style>