Shades of Pine Glade #BAB67D
Tints of Pine Glade #BAB67D
RGB
CMYK
RGB Variations
Color information
#BAB67D (or 0xBAB67D) is known color: Pine Glade. HEX triplet: BA, B6 and 7D. RGB value is (186,182,125). Sum of RGB (Red+Green+Blue) = 186+182+125=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB67D is #454982. Grayscale: #B0B0B0. Windows color (decimal): -4540803 or 8238778. OLE color: 8238778.
HSL color Cylindrical-coordinate representation of color #BAB67D: hue angle of 56.07º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAB67D is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 125 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.27 |
| HSL | 56.07º | 0.31% | 0.61% | - |
| HSV(B) | 56.07º | 0.33% | 0.73% | - |
| XYZ | 40.68 | 45.38 | 26.02 | - |
| YUV | 176.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 125 | 0 | 0.02 | 0.33 | 0.27 | 56.07 | 0.31 | 0.61 |
| Hex | BA | B6 | 7D | 0 | 2 | 21 | 1B | 38 | 1F | 3D |
| Octal | 272 | 266 | 175 | 0 | 2 | 41 | 33 | 70 | 37 | 75 |
| Binary | 10111010 | 10110110 | 1111101 | 0 | 10 | 100001 | 11011 | 111000 | 11111 | 111101 |
Color Harmonies of #BAB67D
Complementary color
Monochromatic Colors of #BAB67D
Black with #BAB67D
Text Example
Text Example
White with #BAB67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB67D; }
p { color: rgb(186,182,125); }
H1.HeaderClassName
{
color: #BAB67D;
}
.AnyTagClassName
{
color: #BAB67D;
}
</style>
background-color css
<style>
a { background-color: #BAB67D; }
a { background-color: rgb(186,182,125); }
div.DivClassName
{
background-color: #BAB67D;
}
.BgClassName
{
background-color: #BAB67D;
}
</style>
border-color css
<style>
span { border-color: #BAB67D; }
span { border-color: rgb(186,182,125); }
td.TdClassName
{
border-color: #BAB67D;
}
.TagClassName
{
border-color: #BAB67D;
}
</style>