Shades of Pine Glade #BFBF84
Tints of Pine Glade #BFBF84
RGB
CMYK
RGB Variations
Color information
#BFBF84 (or 0xBFBF84) is known color: Pine Glade. HEX triplet: BF, BF and 84. RGB value is (191,191,132). Sum of RGB (Red+Green+Blue) = 191+191+132=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF84 is #40407B. Grayscale: #B8B8B8. Windows color (decimal): -4210812 or 8699839. OLE color: 8699839.
HSL color Cylindrical-coordinate representation of color #BFBF84: hue angle of 60º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFBF84 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 132 | - |
| CMYK | 0 | 0 | 0.31 | 0.25 |
| HSL | 60º | 0.32% | 0.63% | - |
| HSV(B) | 60º | 0.31% | 0.75% | - |
| XYZ | 44.28 | 50 | 29.15 | - |
| YUV | 184.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 132 | 0 | 0 | 0.31 | 0.25 | 60 | 0.32 | 0.63 |
| Hex | BF | BF | 84 | 0 | 0 | 1F | 19 | 3C | 20 | 3F |
| Octal | 277 | 277 | 204 | 0 | 0 | 37 | 31 | 74 | 40 | 77 |
| Binary | 10111111 | 10111111 | 10000100 | 0 | 0 | 11111 | 11001 | 111100 | 100000 | 111111 |
Color Harmonies of #BFBF84
Complementary color
Monochromatic Colors of #BFBF84
Black with #BFBF84
Text Example
Text Example
White with #BFBF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF84; }
p { color: rgb(191,191,132); }
H1.HeaderClassName
{
color: #BFBF84;
}
.AnyTagClassName
{
color: #BFBF84;
}
</style>
background-color css
<style>
a { background-color: #BFBF84; }
a { background-color: rgb(191,191,132); }
div.DivClassName
{
background-color: #BFBF84;
}
.BgClassName
{
background-color: #BFBF84;
}
</style>
border-color css
<style>
span { border-color: #BFBF84; }
span { border-color: rgb(191,191,132); }
td.TdClassName
{
border-color: #BFBF84;
}
.TagClassName
{
border-color: #BFBF84;
}
</style>