Shades of Dark Goldenrod #BD790B
Tints of Dark Goldenrod #BD790B
RGB
CMYK
RGB Variations
Color information
#BD790B (or 0xBD790B) is known color: Dark Goldenrod. HEX triplet: BD, 79 and 0B. RGB value is (189,121,11). Sum of RGB (Red+Green+Blue) = 189+121+11=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD790B is #4286F4. Grayscale: #818181. Windows color (decimal): -4359925 or 752061. OLE color: 752061.
HSL color Cylindrical-coordinate representation of color #BD790B: hue angle of 37.08º 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 #BD790B is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 11 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.26 |
| HSL | 37.08º | 0.89% | 0.39% | - |
| HSV(B) | 37.08º | 0.94% | 0.74% | - |
| XYZ | 27.88 | 24.52 | 3.58 | - |
| YUV | 128.79 | 61.53 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 11 | 0 | 0.36 | 0.94 | 0.26 | 37.08 | 0.89 | 0.39 |
| Hex | BD | 79 | B | 0 | 24 | 5E | 1A | 25 | 59 | 27 |
| Octal | 275 | 171 | 13 | 0 | 44 | 136 | 32 | 45 | 131 | 47 |
| Binary | 10111101 | 1111001 | 1011 | 0 | 100100 | 1011110 | 11010 | 100101 | 1011001 | 100111 |
Color Harmonies of #BD790B
Complementary color
Monochromatic Colors of #BD790B
Black with #BD790B
Text Example
Text Example
White with #BD790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD790B; }
p { color: rgb(189,121,11); }
H1.HeaderClassName
{
color: #BD790B;
}
.AnyTagClassName
{
color: #BD790B;
}
</style>
background-color css
<style>
a { background-color: #BD790B; }
a { background-color: rgb(189,121,11); }
div.DivClassName
{
background-color: #BD790B;
}
.BgClassName
{
background-color: #BD790B;
}
</style>
border-color css
<style>
span { border-color: #BD790B; }
span { border-color: rgb(189,121,11); }
td.TdClassName
{
border-color: #BD790B;
}
.TagClassName
{
border-color: #BD790B;
}
</style>