Shades of Dark Goldenrod #BD890B
Tints of Dark Goldenrod #BD890B
RGB
CMYK
RGB Variations
Color information
#BD890B (or 0xBD890B) is known color: Dark Goldenrod. HEX triplet: BD, 89 and 0B. RGB value is (189,137,11). Sum of RGB (Red+Green+Blue) = 189+137+11=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD890B is #4276F4. Grayscale: #8A8A8A. Windows color (decimal): -4355829 or 756157. OLE color: 756157.
HSL color Cylindrical-coordinate representation of color #BD890B: hue angle of 42.47º 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 #BD890B is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 11 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.26 |
| HSL | 42.47º | 0.89% | 0.39% | - |
| HSV(B) | 42.47º | 0.94% | 0.74% | - |
| XYZ | 29.99 | 28.73 | 4.28 | - |
| YUV | 138.18 | 56.23 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 11 | 0 | 0.28 | 0.94 | 0.26 | 42.47 | 0.89 | 0.39 |
| Hex | BD | 89 | B | 0 | 1C | 5E | 1A | 2A | 59 | 27 |
| Octal | 275 | 211 | 13 | 0 | 34 | 136 | 32 | 52 | 131 | 47 |
| Binary | 10111101 | 10001001 | 1011 | 0 | 11100 | 1011110 | 11010 | 101010 | 1011001 | 100111 |
Color Harmonies of #BD890B
Complementary color
Monochromatic Colors of #BD890B
Black with #BD890B
Text Example
Text Example
White with #BD890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD890B; }
p { color: rgb(189,137,11); }
H1.HeaderClassName
{
color: #BD890B;
}
.AnyTagClassName
{
color: #BD890B;
}
</style>
background-color css
<style>
a { background-color: #BD890B; }
a { background-color: rgb(189,137,11); }
div.DivClassName
{
background-color: #BD890B;
}
.BgClassName
{
background-color: #BD890B;
}
</style>
border-color css
<style>
span { border-color: #BD890B; }
span { border-color: rgb(189,137,11); }
td.TdClassName
{
border-color: #BD890B;
}
.TagClassName
{
border-color: #BD890B;
}
</style>