Shades of Pine Glade #BFBE87
Tints of Pine Glade #BFBE87
RGB
CMYK
RGB Variations
Color information
#BFBE87 (or 0xBFBE87) is known color: Pine Glade. HEX triplet: BF, BE and 87. RGB value is (191,190,135). Sum of RGB (Red+Green+Blue) = 191+190+135=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE87 is #404178. Grayscale: #B8B8B8. Windows color (decimal): -4211065 or 8896191. OLE color: 8896191.
HSL color Cylindrical-coordinate representation of color #BFBE87: hue angle of 58.93º 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 #BFBE87 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 135 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.25 |
| HSL | 58.93º | 0.3% | 0.64% | - |
| HSV(B) | 58.93º | 0.29% | 0.75% | - |
| XYZ | 44.27 | 49.65 | 30.17 | - |
| YUV | 184.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 135 | 0 | 0.01 | 0.29 | 0.25 | 58.93 | 0.3 | 0.64 |
| Hex | BF | BE | 87 | 0 | 1 | 1D | 19 | 3B | 1E | 40 |
| Octal | 277 | 276 | 207 | 0 | 1 | 35 | 31 | 73 | 36 | 100 |
| Binary | 10111111 | 10111110 | 10000111 | 0 | 1 | 11101 | 11001 | 111011 | 11110 | 1000000 |
Color Harmonies of #BFBE87
Complementary color
Monochromatic Colors of #BFBE87
Black with #BFBE87
Text Example
Text Example
White with #BFBE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE87; }
p { color: rgb(191,190,135); }
H1.HeaderClassName
{
color: #BFBE87;
}
.AnyTagClassName
{
color: #BFBE87;
}
</style>
background-color css
<style>
a { background-color: #BFBE87; }
a { background-color: rgb(191,190,135); }
div.DivClassName
{
background-color: #BFBE87;
}
.BgClassName
{
background-color: #BFBE87;
}
</style>
border-color css
<style>
span { border-color: #BFBE87; }
span { border-color: rgb(191,190,135); }
td.TdClassName
{
border-color: #BFBE87;
}
.TagClassName
{
border-color: #BFBE87;
}
</style>