Shades of Pine Glade #BDBA7F
Tints of Pine Glade #BDBA7F
RGB
CMYK
RGB Variations
Color information
#BDBA7F (or 0xBDBA7F) is known color: Pine Glade. HEX triplet: BD, BA and 7F. RGB value is (189,186,127). Sum of RGB (Red+Green+Blue) = 189+186+127=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA7F is #424580. Grayscale: #B4B4B4. Windows color (decimal): -4343169 or 8370877. OLE color: 8370877.
HSL color Cylindrical-coordinate representation of color #BDBA7F: hue angle of 57.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDBA7F is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 127 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.26 |
| HSL | 57.1º | 0.32% | 0.62% | - |
| HSV(B) | 57.1º | 0.33% | 0.74% | - |
| XYZ | 42.38 | 47.47 | 27.01 | - |
| YUV | 180.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 127 | 0 | 0.02 | 0.33 | 0.26 | 57.1 | 0.32 | 0.62 |
| Hex | BD | BA | 7F | 0 | 2 | 21 | 1A | 39 | 20 | 3E |
| Octal | 275 | 272 | 177 | 0 | 2 | 41 | 32 | 71 | 40 | 76 |
| Binary | 10111101 | 10111010 | 1111111 | 0 | 10 | 100001 | 11010 | 111001 | 100000 | 111110 |
Color Harmonies of #BDBA7F
Complementary color
Monochromatic Colors of #BDBA7F
Black with #BDBA7F
Text Example
Text Example
White with #BDBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA7F; }
p { color: rgb(189,186,127); }
H1.HeaderClassName
{
color: #BDBA7F;
}
.AnyTagClassName
{
color: #BDBA7F;
}
</style>
background-color css
<style>
a { background-color: #BDBA7F; }
a { background-color: rgb(189,186,127); }
div.DivClassName
{
background-color: #BDBA7F;
}
.BgClassName
{
background-color: #BDBA7F;
}
</style>
border-color css
<style>
span { border-color: #BDBA7F; }
span { border-color: rgb(189,186,127); }
td.TdClassName
{
border-color: #BDBA7F;
}
.TagClassName
{
border-color: #BDBA7F;
}
</style>