Shades of Pine Glade #BFBF87
Tints of Pine Glade #BFBF87
RGB
CMYK
RGB Variations
Color information
#BFBF87 (or 0xBFBF87) is known color: Pine Glade. HEX triplet: BF, BF and 87. RGB value is (191,191,135). Sum of RGB (Red+Green+Blue) = 191+191+135=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF87 is #404078. Grayscale: #B8B8B8. Windows color (decimal): -4210809 or 8896447. OLE color: 8896447.
HSL color Cylindrical-coordinate representation of color #BFBF87: hue angle of 60º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFBF87 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 191 | 135 | - |
CMYK | 0 | 0 | 0.29 | 0.25 |
HSL | 60º | 0.3% | 0.64% | - |
HSV(B) | 60º | 0.29% | 0.75% | - |
XYZ | 44.49 | 50.09 | 30.24 | - |
YUV | 184.62 | 100 | 132.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 191 | 135 | 0 | 0 | 0.29 | 0.25 | 60 | 0.3 | 0.64 |
Hex | BF | BF | 87 | 0 | 0 | 1D | 19 | 3C | 1E | 40 |
Octal | 277 | 277 | 207 | 0 | 0 | 35 | 31 | 74 | 36 | 100 |
Binary | 10111111 | 10111111 | 10000111 | 0 | 0 | 11101 | 11001 | 111100 | 11110 | 1000000 |
Color Harmonies of #BFBF87
Complementary color
Monochromatic Colors of #BFBF87
Black with #BFBF87
Text Example
Text Example
White with #BFBF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF87; }
p { color: rgb(191,191,135); }
H1.HeaderClassName
{
color: #BFBF87;
}
.AnyTagClassName
{
color: #BFBF87;
}
</style>
background-color css
<style>
a { background-color: #BFBF87; }
a { background-color: rgb(191,191,135); }
div.DivClassName
{
background-color: #BFBF87;
}
.BgClassName
{
background-color: #BFBF87;
}
</style>
border-color css
<style>
span { border-color: #BFBF87; }
span { border-color: rgb(191,191,135); }
td.TdClassName
{
border-color: #BFBF87;
}
.TagClassName
{
border-color: #BFBF87;
}
</style>