Shades of Pine Glade #BCB978
Tints of Pine Glade #BCB978
RGB
CMYK
RGB Variations
Color information
#BCB978 (or 0xBCB978) is known color: Pine Glade. HEX triplet: BC, B9 and 78. RGB value is (188,185,120). Sum of RGB (Red+Green+Blue) = 188+185+120=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB978 is #434687. Grayscale: #B2B2B2. Windows color (decimal): -4408968 or 7911868. OLE color: 7911868.
HSL color Cylindrical-coordinate representation of color #BCB978: hue angle of 57.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCB978 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 120 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.26 |
| HSL | 57.35º | 0.34% | 0.6% | - |
| HSV(B) | 57.35º | 0.36% | 0.74% | - |
| XYZ | 41.48 | 46.75 | 24.61 | - |
| YUV | 178.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 120 | 0 | 0.02 | 0.36 | 0.26 | 57.35 | 0.34 | 0.6 |
| Hex | BC | B9 | 78 | 0 | 2 | 24 | 1A | 39 | 22 | 3C |
| Octal | 274 | 271 | 170 | 0 | 2 | 44 | 32 | 71 | 42 | 74 |
| Binary | 10111100 | 10111001 | 1111000 | 0 | 10 | 100100 | 11010 | 111001 | 100010 | 111100 |
Color Harmonies of #BCB978
Complementary color
Monochromatic Colors of #BCB978
Black with #BCB978
Text Example
Text Example
White with #BCB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB978; }
p { color: rgb(188,185,120); }
H1.HeaderClassName
{
color: #BCB978;
}
.AnyTagClassName
{
color: #BCB978;
}
</style>
background-color css
<style>
a { background-color: #BCB978; }
a { background-color: rgb(188,185,120); }
div.DivClassName
{
background-color: #BCB978;
}
.BgClassName
{
background-color: #BCB978;
}
</style>
border-color css
<style>
span { border-color: #BCB978; }
span { border-color: rgb(188,185,120); }
td.TdClassName
{
border-color: #BCB978;
}
.TagClassName
{
border-color: #BCB978;
}
</style>