Shades of Pine Glade #BCB77E
Tints of Pine Glade #BCB77E
RGB
CMYK
RGB Variations
Color information
#BCB77E (or 0xBCB77E) is known color: Pine Glade. HEX triplet: BC, B7 and 7E. RGB value is (188,183,126). Sum of RGB (Red+Green+Blue) = 188+183+126=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB77E is #434881. Grayscale: #B2B2B2. Windows color (decimal): -4409474 or 8304572. OLE color: 8304572.
HSL color Cylindrical-coordinate representation of color #BCB77E: hue angle of 55.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCB77E is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 126 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.26 |
| HSL | 55.16º | 0.32% | 0.62% | - |
| HSV(B) | 55.16º | 0.33% | 0.74% | - |
| XYZ | 41.44 | 46.06 | 26.45 | - |
| YUV | 178 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 126 | 0 | 0.03 | 0.33 | 0.26 | 55.16 | 0.32 | 0.62 |
| Hex | BC | B7 | 7E | 0 | 3 | 21 | 1A | 37 | 20 | 3E |
| Octal | 274 | 267 | 176 | 0 | 3 | 41 | 32 | 67 | 40 | 76 |
| Binary | 10111100 | 10110111 | 1111110 | 0 | 11 | 100001 | 11010 | 110111 | 100000 | 111110 |
Color Harmonies of #BCB77E
Complementary color
Monochromatic Colors of #BCB77E
Black with #BCB77E
Text Example
Text Example
White with #BCB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB77E; }
p { color: rgb(188,183,126); }
H1.HeaderClassName
{
color: #BCB77E;
}
.AnyTagClassName
{
color: #BCB77E;
}
</style>
background-color css
<style>
a { background-color: #BCB77E; }
a { background-color: rgb(188,183,126); }
div.DivClassName
{
background-color: #BCB77E;
}
.BgClassName
{
background-color: #BCB77E;
}
</style>
border-color css
<style>
span { border-color: #BCB77E; }
span { border-color: rgb(188,183,126); }
td.TdClassName
{
border-color: #BCB77E;
}
.TagClassName
{
border-color: #BCB77E;
}
</style>