Shades of Pine Glade #BFBA7C
Tints of Pine Glade #BFBA7C
RGB
CMYK
RGB Variations
Color information
#BFBA7C (or 0xBFBA7C) is known color: Pine Glade. HEX triplet: BF, BA and 7C. RGB value is (191,186,124). Sum of RGB (Red+Green+Blue) = 191+186+124=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA7C is #404583. Grayscale: #B4B4B4. Windows color (decimal): -4212100 or 8174271. OLE color: 8174271.
HSL color Cylindrical-coordinate representation of color #BFBA7C: hue angle of 55.52º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFBA7C is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 124 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.25 |
| HSL | 55.52º | 0.34% | 0.62% | - |
| HSV(B) | 55.52º | 0.35% | 0.75% | - |
| XYZ | 42.68 | 47.65 | 26.02 | - |
| YUV | 180.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 124 | 0 | 0.03 | 0.35 | 0.25 | 55.52 | 0.34 | 0.62 |
| Hex | BF | BA | 7C | 0 | 3 | 23 | 19 | 38 | 22 | 3E |
| Octal | 277 | 272 | 174 | 0 | 3 | 43 | 31 | 70 | 42 | 76 |
| Binary | 10111111 | 10111010 | 1111100 | 0 | 11 | 100011 | 11001 | 111000 | 100010 | 111110 |
Color Harmonies of #BFBA7C
Complementary color
Monochromatic Colors of #BFBA7C
Black with #BFBA7C
Text Example
Text Example
White with #BFBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA7C; }
p { color: rgb(191,186,124); }
H1.HeaderClassName
{
color: #BFBA7C;
}
.AnyTagClassName
{
color: #BFBA7C;
}
</style>
background-color css
<style>
a { background-color: #BFBA7C; }
a { background-color: rgb(191,186,124); }
div.DivClassName
{
background-color: #BFBA7C;
}
.BgClassName
{
background-color: #BFBA7C;
}
</style>
border-color css
<style>
span { border-color: #BFBA7C; }
span { border-color: rgb(191,186,124); }
td.TdClassName
{
border-color: #BFBA7C;
}
.TagClassName
{
border-color: #BFBA7C;
}
</style>