Shades of Pine Glade #BFBC86
Tints of Pine Glade #BFBC86
RGB
CMYK
RGB Variations
Color information
#BFBC86 (or 0xBFBC86) is known color: Pine Glade. HEX triplet: BF, BC and 86. RGB value is (191,188,134). Sum of RGB (Red+Green+Blue) = 191+188+134=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC86 is #404379. Grayscale: #B6B6B6. Windows color (decimal): -4211578 or 8830143. OLE color: 8830143.
HSL color Cylindrical-coordinate representation of color #BFBC86: hue angle of 56.84º 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 #BFBC86 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 134 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.25 |
| HSL | 56.84º | 0.31% | 0.64% | - |
| HSV(B) | 56.84º | 0.3% | 0.75% | - |
| XYZ | 43.77 | 48.76 | 29.66 | - |
| YUV | 182.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 134 | 0 | 0.02 | 0.30 | 0.25 | 56.84 | 0.31 | 0.64 |
| Hex | BF | BC | 86 | 0 | 2 | 1E | 19 | 39 | 1F | 40 |
| Octal | 277 | 274 | 206 | 0 | 2 | 36 | 31 | 71 | 37 | 100 |
| Binary | 10111111 | 10111100 | 10000110 | 0 | 10 | 11110 | 11001 | 111001 | 11111 | 1000000 |
Color Harmonies of #BFBC86
Complementary color
Monochromatic Colors of #BFBC86
Black with #BFBC86
Text Example
Text Example
White with #BFBC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC86; }
p { color: rgb(191,188,134); }
H1.HeaderClassName
{
color: #BFBC86;
}
.AnyTagClassName
{
color: #BFBC86;
}
</style>
background-color css
<style>
a { background-color: #BFBC86; }
a { background-color: rgb(191,188,134); }
div.DivClassName
{
background-color: #BFBC86;
}
.BgClassName
{
background-color: #BFBC86;
}
</style>
border-color css
<style>
span { border-color: #BFBC86; }
span { border-color: rgb(191,188,134); }
td.TdClassName
{
border-color: #BFBC86;
}
.TagClassName
{
border-color: #BFBC86;
}
</style>