Shades of Pine Glade #BCB77A
Tints of Pine Glade #BCB77A
RGB
CMYK
RGB Variations
Color information
#BCB77A (or 0xBCB77A) is known color: Pine Glade. HEX triplet: BC, B7 and 7A. RGB value is (188,183,122). Sum of RGB (Red+Green+Blue) = 188+183+122=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB77A is #434885. Grayscale: #B1B1B1. Windows color (decimal): -4409478 or 8042428. OLE color: 8042428.
HSL color Cylindrical-coordinate representation of color #BCB77A: hue angle of 55.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCB77A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 122 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.26 |
| HSL | 55.45º | 0.33% | 0.61% | - |
| HSV(B) | 55.45º | 0.35% | 0.74% | - |
| XYZ | 41.19 | 45.96 | 25.11 | - |
| YUV | 177.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 122 | 0 | 0.03 | 0.35 | 0.26 | 55.45 | 0.33 | 0.61 |
| Hex | BC | B7 | 7A | 0 | 3 | 23 | 1A | 37 | 21 | 3D |
| Octal | 274 | 267 | 172 | 0 | 3 | 43 | 32 | 67 | 41 | 75 |
| Binary | 10111100 | 10110111 | 1111010 | 0 | 11 | 100011 | 11010 | 110111 | 100001 | 111101 |
Color Harmonies of #BCB77A
Complementary color
Monochromatic Colors of #BCB77A
Black with #BCB77A
Text Example
Text Example
White with #BCB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB77A; }
p { color: rgb(188,183,122); }
H1.HeaderClassName
{
color: #BCB77A;
}
.AnyTagClassName
{
color: #BCB77A;
}
</style>
background-color css
<style>
a { background-color: #BCB77A; }
a { background-color: rgb(188,183,122); }
div.DivClassName
{
background-color: #BCB77A;
}
.BgClassName
{
background-color: #BCB77A;
}
</style>
border-color css
<style>
span { border-color: #BCB77A; }
span { border-color: rgb(188,183,122); }
td.TdClassName
{
border-color: #BCB77A;
}
.TagClassName
{
border-color: #BCB77A;
}
</style>