Shades of Pine Glade #BFBC85
Tints of Pine Glade #BFBC85
RGB
CMYK
RGB Variations
Color information
#BFBC85 (or 0xBFBC85) is known color: Pine Glade. HEX triplet: BF, BC and 85. RGB value is (191,188,133). Sum of RGB (Red+Green+Blue) = 191+188+133=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC85 is #40437A. Grayscale: #B6B6B6. Windows color (decimal): -4211579 or 8764607. OLE color: 8764607.
HSL color Cylindrical-coordinate representation of color #BFBC85: hue angle of 56.9º 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 #BFBC85 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 133 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.25 |
| HSL | 56.9º | 0.31% | 0.64% | - |
| HSV(B) | 56.9º | 0.3% | 0.75% | - |
| XYZ | 43.7 | 48.74 | 29.29 | - |
| YUV | 182.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 133 | 0 | 0.02 | 0.30 | 0.25 | 56.9 | 0.31 | 0.64 |
| Hex | BF | BC | 85 | 0 | 2 | 1E | 19 | 39 | 1F | 40 |
| Octal | 277 | 274 | 205 | 0 | 2 | 36 | 31 | 71 | 37 | 100 |
| Binary | 10111111 | 10111100 | 10000101 | 0 | 10 | 11110 | 11001 | 111001 | 11111 | 1000000 |
Color Harmonies of #BFBC85
Complementary color
Monochromatic Colors of #BFBC85
Black with #BFBC85
Text Example
Text Example
White with #BFBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC85; }
p { color: rgb(191,188,133); }
H1.HeaderClassName
{
color: #BFBC85;
}
.AnyTagClassName
{
color: #BFBC85;
}
</style>
background-color css
<style>
a { background-color: #BFBC85; }
a { background-color: rgb(191,188,133); }
div.DivClassName
{
background-color: #BFBC85;
}
.BgClassName
{
background-color: #BFBC85;
}
</style>
border-color css
<style>
span { border-color: #BFBC85; }
span { border-color: rgb(191,188,133); }
td.TdClassName
{
border-color: #BFBC85;
}
.TagClassName
{
border-color: #BFBC85;
}
</style>