Shades of Pine Glade #BDBB7A
Tints of Pine Glade #BDBB7A
RGB
CMYK
RGB Variations
Color information
#BDBB7A (or 0xBDBB7A) is known color: Pine Glade. HEX triplet: BD, BB and 7A. RGB value is (189,187,122). Sum of RGB (Red+Green+Blue) = 189+187+122=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB7A is #424485. Grayscale: #B4B4B4. Windows color (decimal): -4342918 or 8043453. OLE color: 8043453.
HSL color Cylindrical-coordinate representation of color #BDBB7A: hue angle of 58.21º degrees, saturation: 0.34, 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 #BDBB7A is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 122 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.26 |
| HSL | 58.21º | 0.34% | 0.61% | - |
| HSV(B) | 58.21º | 0.35% | 0.74% | - |
| XYZ | 42.27 | 47.76 | 25.4 | - |
| YUV | 180.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 122 | 0 | 0.01 | 0.35 | 0.26 | 58.21 | 0.34 | 0.61 |
| Hex | BD | BB | 7A | 0 | 1 | 23 | 1A | 3A | 22 | 3D |
| Octal | 275 | 273 | 172 | 0 | 1 | 43 | 32 | 72 | 42 | 75 |
| Binary | 10111101 | 10111011 | 1111010 | 0 | 1 | 100011 | 11010 | 111010 | 100010 | 111101 |
Color Harmonies of #BDBB7A
Complementary color
Monochromatic Colors of #BDBB7A
Black with #BDBB7A
Text Example
Text Example
White with #BDBB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB7A; }
p { color: rgb(189,187,122); }
H1.HeaderClassName
{
color: #BDBB7A;
}
.AnyTagClassName
{
color: #BDBB7A;
}
</style>
background-color css
<style>
a { background-color: #BDBB7A; }
a { background-color: rgb(189,187,122); }
div.DivClassName
{
background-color: #BDBB7A;
}
.BgClassName
{
background-color: #BDBB7A;
}
</style>
border-color css
<style>
span { border-color: #BDBB7A; }
span { border-color: rgb(189,187,122); }
td.TdClassName
{
border-color: #BDBB7A;
}
.TagClassName
{
border-color: #BDBB7A;
}
</style>