Shades of Pine Glade #BFBF85
Tints of Pine Glade #BFBF85
RGB
CMYK
RGB Variations
Color information
#BFBF85 (or 0xBFBF85) is known color: Pine Glade. HEX triplet: BF, BF and 85. RGB value is (191,191,133). Sum of RGB (Red+Green+Blue) = 191+191+133=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF85 is #40407A. Grayscale: #B8B8B8. Windows color (decimal): -4210811 or 8765375. OLE color: 8765375.
HSL color Cylindrical-coordinate representation of color #BFBF85: hue angle of 60º 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 #BFBF85 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 133 | - |
| CMYK | 0 | 0 | 0.30 | 0.25 |
| HSL | 60º | 0.31% | 0.64% | - |
| HSV(B) | 60º | 0.3% | 0.75% | - |
| XYZ | 44.35 | 50.03 | 29.51 | - |
| YUV | 184.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 133 | 0 | 0 | 0.30 | 0.25 | 60 | 0.31 | 0.64 |
| Hex | BF | BF | 85 | 0 | 0 | 1E | 19 | 3C | 1F | 40 |
| Octal | 277 | 277 | 205 | 0 | 0 | 36 | 31 | 74 | 37 | 100 |
| Binary | 10111111 | 10111111 | 10000101 | 0 | 0 | 11110 | 11001 | 111100 | 11111 | 1000000 |
Color Harmonies of #BFBF85
Complementary color
Monochromatic Colors of #BFBF85
Black with #BFBF85
Text Example
Text Example
White with #BFBF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF85; }
p { color: rgb(191,191,133); }
H1.HeaderClassName
{
color: #BFBF85;
}
.AnyTagClassName
{
color: #BFBF85;
}
</style>
background-color css
<style>
a { background-color: #BFBF85; }
a { background-color: rgb(191,191,133); }
div.DivClassName
{
background-color: #BFBF85;
}
.BgClassName
{
background-color: #BFBF85;
}
</style>
border-color css
<style>
span { border-color: #BFBF85; }
span { border-color: rgb(191,191,133); }
td.TdClassName
{
border-color: #BFBF85;
}
.TagClassName
{
border-color: #BFBF85;
}
</style>