Shades of Pine Glade #BFBE79
Tints of Pine Glade #BFBE79
RGB
CMYK
RGB Variations
Color information
#BFBE79 (or 0xBFBE79) is known color: Pine Glade. HEX triplet: BF, BE and 79. RGB value is (191,190,121). Sum of RGB (Red+Green+Blue) = 191+190+121=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE79 is #404186. Grayscale: #B6B6B6. Windows color (decimal): -4211079 or 7978687. OLE color: 7978687.
HSL color Cylindrical-coordinate representation of color #BFBE79: hue angle of 59.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFBE79 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 121 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.25 |
| HSL | 59.14º | 0.35% | 0.61% | - |
| HSV(B) | 59.14º | 0.37% | 0.75% | - |
| XYZ | 43.35 | 49.28 | 25.32 | - |
| YUV | 182.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 121 | 0 | 0.01 | 0.37 | 0.25 | 59.14 | 0.35 | 0.61 |
| Hex | BF | BE | 79 | 0 | 1 | 25 | 19 | 3B | 23 | 3D |
| Octal | 277 | 276 | 171 | 0 | 1 | 45 | 31 | 73 | 43 | 75 |
| Binary | 10111111 | 10111110 | 1111001 | 0 | 1 | 100101 | 11001 | 111011 | 100011 | 111101 |
Color Harmonies of #BFBE79
Complementary color
Monochromatic Colors of #BFBE79
Black with #BFBE79
Text Example
Text Example
White with #BFBE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE79; }
p { color: rgb(191,190,121); }
H1.HeaderClassName
{
color: #BFBE79;
}
.AnyTagClassName
{
color: #BFBE79;
}
</style>
background-color css
<style>
a { background-color: #BFBE79; }
a { background-color: rgb(191,190,121); }
div.DivClassName
{
background-color: #BFBE79;
}
.BgClassName
{
background-color: #BFBE79;
}
</style>
border-color css
<style>
span { border-color: #BFBE79; }
span { border-color: rgb(191,190,121); }
td.TdClassName
{
border-color: #BFBE79;
}
.TagClassName
{
border-color: #BFBE79;
}
</style>