Shades of Pine Glade #BDBC7A
Tints of Pine Glade #BDBC7A
RGB
CMYK
RGB Variations
Color information
#BDBC7A (or 0xBDBC7A) is known color: Pine Glade. HEX triplet: BD, BC and 7A. RGB value is (189,188,122). Sum of RGB (Red+Green+Blue) = 189+188+122=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC7A is #424385. Grayscale: #B5B5B5. Windows color (decimal): -4342662 or 8043709. OLE color: 8043709.
HSL color Cylindrical-coordinate representation of color #BDBC7A: hue angle of 59.1º 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 #BDBC7A is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 122 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.26 |
| HSL | 59.1º | 0.34% | 0.61% | - |
| HSV(B) | 59.1º | 0.35% | 0.74% | - |
| XYZ | 42.48 | 48.19 | 25.47 | - |
| YUV | 180.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 122 | 0 | 0.01 | 0.35 | 0.26 | 59.1 | 0.34 | 0.61 |
| Hex | BD | BC | 7A | 0 | 1 | 23 | 1A | 3B | 22 | 3D |
| Octal | 275 | 274 | 172 | 0 | 1 | 43 | 32 | 73 | 42 | 75 |
| Binary | 10111101 | 10111100 | 1111010 | 0 | 1 | 100011 | 11010 | 111011 | 100010 | 111101 |
Color Harmonies of #BDBC7A
Complementary color
Monochromatic Colors of #BDBC7A
Black with #BDBC7A
Text Example
Text Example
White with #BDBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC7A; }
p { color: rgb(189,188,122); }
H1.HeaderClassName
{
color: #BDBC7A;
}
.AnyTagClassName
{
color: #BDBC7A;
}
</style>
background-color css
<style>
a { background-color: #BDBC7A; }
a { background-color: rgb(189,188,122); }
div.DivClassName
{
background-color: #BDBC7A;
}
.BgClassName
{
background-color: #BDBC7A;
}
</style>
border-color css
<style>
span { border-color: #BDBC7A; }
span { border-color: rgb(189,188,122); }
td.TdClassName
{
border-color: #BDBC7A;
}
.TagClassName
{
border-color: #BDBC7A;
}
</style>