Shades of Pine Glade #BCB97D
Tints of Pine Glade #BCB97D
RGB
CMYK
RGB Variations
Color information
#BCB97D (or 0xBCB97D) is known color: Pine Glade. HEX triplet: BC, B9 and 7D. RGB value is (188,185,125). Sum of RGB (Red+Green+Blue) = 188+185+125=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB97D is #434682. Grayscale: #B3B3B3. Windows color (decimal): -4408963 or 8239548. OLE color: 8239548.
HSL color Cylindrical-coordinate representation of color #BCB97D: hue angle of 57.14º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCB97D is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 125 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.26 |
| HSL | 57.14º | 0.32% | 0.61% | - |
| HSV(B) | 57.14º | 0.34% | 0.74% | - |
| XYZ | 41.79 | 46.87 | 26.25 | - |
| YUV | 179.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 125 | 0 | 0.02 | 0.34 | 0.26 | 57.14 | 0.32 | 0.61 |
| Hex | BC | B9 | 7D | 0 | 2 | 22 | 1A | 39 | 20 | 3D |
| Octal | 274 | 271 | 175 | 0 | 2 | 42 | 32 | 71 | 40 | 75 |
| Binary | 10111100 | 10111001 | 1111101 | 0 | 10 | 100010 | 11010 | 111001 | 100000 | 111101 |
Color Harmonies of #BCB97D
Complementary color
Monochromatic Colors of #BCB97D
Black with #BCB97D
Text Example
Text Example
White with #BCB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB97D; }
p { color: rgb(188,185,125); }
H1.HeaderClassName
{
color: #BCB97D;
}
.AnyTagClassName
{
color: #BCB97D;
}
</style>
background-color css
<style>
a { background-color: #BCB97D; }
a { background-color: rgb(188,185,125); }
div.DivClassName
{
background-color: #BCB97D;
}
.BgClassName
{
background-color: #BCB97D;
}
</style>
border-color css
<style>
span { border-color: #BCB97D; }
span { border-color: rgb(188,185,125); }
td.TdClassName
{
border-color: #BCB97D;
}
.TagClassName
{
border-color: #BCB97D;
}
</style>