Shades of Pine Glade #BCB982
Tints of Pine Glade #BCB982
RGB
CMYK
RGB Variations
Color information
#BCB982 (or 0xBCB982) is known color: Pine Glade. HEX triplet: BC, B9 and 82. RGB value is (188,185,130). Sum of RGB (Red+Green+Blue) = 188+185+130=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB982 is #43467D. Grayscale: #B3B3B3. Windows color (decimal): -4408958 or 8567228. OLE color: 8567228.
HSL color Cylindrical-coordinate representation of color #BCB982: hue angle of 56.9º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCB982 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 130 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.26 |
| HSL | 56.9º | 0.3% | 0.62% | - |
| HSV(B) | 56.9º | 0.31% | 0.74% | - |
| XYZ | 42.12 | 47 | 27.97 | - |
| YUV | 179.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 130 | 0 | 0.02 | 0.31 | 0.26 | 56.9 | 0.3 | 0.62 |
| Hex | BC | B9 | 82 | 0 | 2 | 1F | 1A | 39 | 1E | 3E |
| Octal | 274 | 271 | 202 | 0 | 2 | 37 | 32 | 71 | 36 | 76 |
| Binary | 10111100 | 10111001 | 10000010 | 0 | 10 | 11111 | 11010 | 111001 | 11110 | 111110 |
Color Harmonies of #BCB982
Complementary color
Monochromatic Colors of #BCB982
Black with #BCB982
Text Example
Text Example
White with #BCB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB982; }
p { color: rgb(188,185,130); }
H1.HeaderClassName
{
color: #BCB982;
}
.AnyTagClassName
{
color: #BCB982;
}
</style>
background-color css
<style>
a { background-color: #BCB982; }
a { background-color: rgb(188,185,130); }
div.DivClassName
{
background-color: #BCB982;
}
.BgClassName
{
background-color: #BCB982;
}
</style>
border-color css
<style>
span { border-color: #BCB982; }
span { border-color: rgb(188,185,130); }
td.TdClassName
{
border-color: #BCB982;
}
.TagClassName
{
border-color: #BCB982;
}
</style>