Shades of Pine Glade #BCBA83
Tints of Pine Glade #BCBA83
RGB
CMYK
RGB Variations
Color information
#BCBA83 (or 0xBCBA83) is known color: Pine Glade. HEX triplet: BC, BA and 83. RGB value is (188,186,131). Sum of RGB (Red+Green+Blue) = 188+186+131=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA83 is #43457C. Grayscale: #B4B4B4. Windows color (decimal): -4408701 or 8633020. OLE color: 8633020.
HSL color Cylindrical-coordinate representation of color #BCBA83: hue angle of 57.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCBA83 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 131 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.26 |
| HSL | 57.89º | 0.3% | 0.63% | - |
| HSV(B) | 57.89º | 0.3% | 0.74% | - |
| XYZ | 42.39 | 47.45 | 28.4 | - |
| YUV | 180.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 131 | 0 | 0.01 | 0.30 | 0.26 | 57.89 | 0.3 | 0.63 |
| Hex | BC | BA | 83 | 0 | 1 | 1E | 1A | 3A | 1E | 3F |
| Octal | 274 | 272 | 203 | 0 | 1 | 36 | 32 | 72 | 36 | 77 |
| Binary | 10111100 | 10111010 | 10000011 | 0 | 1 | 11110 | 11010 | 111010 | 11110 | 111111 |
Color Harmonies of #BCBA83
Complementary color
Monochromatic Colors of #BCBA83
Black with #BCBA83
Text Example
Text Example
White with #BCBA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA83; }
p { color: rgb(188,186,131); }
H1.HeaderClassName
{
color: #BCBA83;
}
.AnyTagClassName
{
color: #BCBA83;
}
</style>
background-color css
<style>
a { background-color: #BCBA83; }
a { background-color: rgb(188,186,131); }
div.DivClassName
{
background-color: #BCBA83;
}
.BgClassName
{
background-color: #BCBA83;
}
</style>
border-color css
<style>
span { border-color: #BCBA83; }
span { border-color: rgb(188,186,131); }
td.TdClassName
{
border-color: #BCBA83;
}
.TagClassName
{
border-color: #BCBA83;
}
</style>