Shades of Pine Glade #BCB97E
Tints of Pine Glade #BCB97E
RGB
CMYK
RGB Variations
Color information
#BCB97E (or 0xBCB97E) is known color: Pine Glade. HEX triplet: BC, B9 and 7E. RGB value is (188,185,126). Sum of RGB (Red+Green+Blue) = 188+185+126=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB97E is #434681. Grayscale: #B3B3B3. Windows color (decimal): -4408962 or 8305084. OLE color: 8305084.
HSL color Cylindrical-coordinate representation of color #BCB97E: hue angle of 57.1º 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 #BCB97E is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 126 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.26 |
| HSL | 57.1º | 0.32% | 0.62% | - |
| HSV(B) | 57.1º | 0.33% | 0.74% | - |
| XYZ | 41.85 | 46.9 | 26.58 | - |
| YUV | 179.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 126 | 0 | 0.02 | 0.33 | 0.26 | 57.1 | 0.32 | 0.62 |
| Hex | BC | B9 | 7E | 0 | 2 | 21 | 1A | 39 | 20 | 3E |
| Octal | 274 | 271 | 176 | 0 | 2 | 41 | 32 | 71 | 40 | 76 |
| Binary | 10111100 | 10111001 | 1111110 | 0 | 10 | 100001 | 11010 | 111001 | 100000 | 111110 |
Color Harmonies of #BCB97E
Complementary color
Monochromatic Colors of #BCB97E
Black with #BCB97E
Text Example
Text Example
White with #BCB97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB97E; }
p { color: rgb(188,185,126); }
H1.HeaderClassName
{
color: #BCB97E;
}
.AnyTagClassName
{
color: #BCB97E;
}
</style>
background-color css
<style>
a { background-color: #BCB97E; }
a { background-color: rgb(188,185,126); }
div.DivClassName
{
background-color: #BCB97E;
}
.BgClassName
{
background-color: #BCB97E;
}
</style>
border-color css
<style>
span { border-color: #BCB97E; }
span { border-color: rgb(188,185,126); }
td.TdClassName
{
border-color: #BCB97E;
}
.TagClassName
{
border-color: #BCB97E;
}
</style>