Shades of Dark Goldenrod #BD810B
Tints of Dark Goldenrod #BD810B
RGB
CMYK
RGB Variations
Color information
#BD810B (or 0xBD810B) is known color: Dark Goldenrod. HEX triplet: BD, 81 and 0B. RGB value is (189,129,11). Sum of RGB (Red+Green+Blue) = 189+129+11=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD810B is #427EF4. Grayscale: #868686. Windows color (decimal): -4357877 or 754109. OLE color: 754109.
HSL color Cylindrical-coordinate representation of color #BD810B: hue angle of 39.78º 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 #BD810B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 11 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.26 |
| HSL | 39.78º | 0.89% | 0.39% | - |
| HSV(B) | 39.78º | 0.94% | 0.74% | - |
| XYZ | 28.9 | 26.54 | 3.92 | - |
| YUV | 133.49 | 58.88 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 11 | 0 | 0.32 | 0.94 | 0.26 | 39.78 | 0.89 | 0.39 |
| Hex | BD | 81 | B | 0 | 20 | 5E | 1A | 28 | 59 | 27 |
| Octal | 275 | 201 | 13 | 0 | 40 | 136 | 32 | 50 | 131 | 47 |
| Binary | 10111101 | 10000001 | 1011 | 0 | 100000 | 1011110 | 11010 | 101000 | 1011001 | 100111 |
Color Harmonies of #BD810B
Complementary color
Monochromatic Colors of #BD810B
Black with #BD810B
Text Example
Text Example
White with #BD810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD810B; }
p { color: rgb(189,129,11); }
H1.HeaderClassName
{
color: #BD810B;
}
.AnyTagClassName
{
color: #BD810B;
}
</style>
background-color css
<style>
a { background-color: #BD810B; }
a { background-color: rgb(189,129,11); }
div.DivClassName
{
background-color: #BD810B;
}
.BgClassName
{
background-color: #BD810B;
}
</style>
border-color css
<style>
span { border-color: #BD810B; }
span { border-color: rgb(189,129,11); }
td.TdClassName
{
border-color: #BD810B;
}
.TagClassName
{
border-color: #BD810B;
}
</style>