Shades of Pine Glade #BFBC77
Tints of Pine Glade #BFBC77
RGB
CMYK
RGB Variations
Color information
#BFBC77 (or 0xBFBC77) is known color: Pine Glade. HEX triplet: BF, BC and 77. RGB value is (191,188,119). Sum of RGB (Red+Green+Blue) = 191+188+119=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC77 is #404388. Grayscale: #B5B5B5. Windows color (decimal): -4211593 or 7847103. OLE color: 7847103.
HSL color Cylindrical-coordinate representation of color #BFBC77: hue angle of 57.5º 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 #BFBC77 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 119 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.25 |
| HSL | 57.5º | 0.36% | 0.61% | - |
| HSV(B) | 57.5º | 0.38% | 0.75% | - |
| XYZ | 42.8 | 48.37 | 24.53 | - |
| YUV | 181.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 119 | 0 | 0.02 | 0.38 | 0.25 | 57.5 | 0.36 | 0.61 |
| Hex | BF | BC | 77 | 0 | 2 | 26 | 19 | 3A | 24 | 3D |
| Octal | 277 | 274 | 167 | 0 | 2 | 46 | 31 | 72 | 44 | 75 |
| Binary | 10111111 | 10111100 | 1110111 | 0 | 10 | 100110 | 11001 | 111010 | 100100 | 111101 |
Color Harmonies of #BFBC77
Complementary color
Monochromatic Colors of #BFBC77
Black with #BFBC77
Text Example
Text Example
White with #BFBC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC77; }
p { color: rgb(191,188,119); }
H1.HeaderClassName
{
color: #BFBC77;
}
.AnyTagClassName
{
color: #BFBC77;
}
</style>
background-color css
<style>
a { background-color: #BFBC77; }
a { background-color: rgb(191,188,119); }
div.DivClassName
{
background-color: #BFBC77;
}
.BgClassName
{
background-color: #BFBC77;
}
</style>
border-color css
<style>
span { border-color: #BFBC77; }
span { border-color: rgb(191,188,119); }
td.TdClassName
{
border-color: #BFBC77;
}
.TagClassName
{
border-color: #BFBC77;
}
</style>