Shades of Dark Goldenrod #BD910B
Tints of Dark Goldenrod #BD910B
RGB
CMYK
RGB Variations
Color information
#BD910B (or 0xBD910B) is known color: Dark Goldenrod. HEX triplet: BD, 91 and 0B. RGB value is (189,145,11). Sum of RGB (Red+Green+Blue) = 189+145+11=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD910B is #426EF4. Grayscale: #8F8F8F. Windows color (decimal): -4353781 or 758205. OLE color: 758205.
HSL color Cylindrical-coordinate representation of color #BD910B: hue angle of 45.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD910B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 11 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.26 |
| HSL | 45.17º | 0.89% | 0.39% | - |
| HSV(B) | 45.17º | 0.94% | 0.74% | - |
| XYZ | 31.17 | 31.09 | 4.68 | - |
| YUV | 142.88 | 53.58 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 11 | 0 | 0.23 | 0.94 | 0.26 | 45.17 | 0.89 | 0.39 |
| Hex | BD | 91 | B | 0 | 17 | 5E | 1A | 2D | 59 | 27 |
| Octal | 275 | 221 | 13 | 0 | 27 | 136 | 32 | 55 | 131 | 47 |
| Binary | 10111101 | 10010001 | 1011 | 0 | 10111 | 1011110 | 11010 | 101101 | 1011001 | 100111 |
Color Harmonies of #BD910B
Complementary color
Monochromatic Colors of #BD910B
Black with #BD910B
Text Example
Text Example
White with #BD910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD910B; }
p { color: rgb(189,145,11); }
H1.HeaderClassName
{
color: #BD910B;
}
.AnyTagClassName
{
color: #BD910B;
}
</style>
background-color css
<style>
a { background-color: #BD910B; }
a { background-color: rgb(189,145,11); }
div.DivClassName
{
background-color: #BD910B;
}
.BgClassName
{
background-color: #BD910B;
}
</style>
border-color css
<style>
span { border-color: #BD910B; }
span { border-color: rgb(189,145,11); }
td.TdClassName
{
border-color: #BD910B;
}
.TagClassName
{
border-color: #BD910B;
}
</style>