Shades of Dark Goldenrod #BD770B
Tints of Dark Goldenrod #BD770B
RGB
CMYK
RGB Variations
Color information
#BD770B (or 0xBD770B) is known color: Dark Goldenrod. HEX triplet: BD, 77 and 0B. RGB value is (189,119,11). Sum of RGB (Red+Green+Blue) = 189+119+11=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD770B is #4288F4. Grayscale: #808080. Windows color (decimal): -4360437 or 751549. OLE color: 751549.
HSL color Cylindrical-coordinate representation of color #BD770B: hue angle of 36.4º 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 #BD770B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 11 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.26 |
| HSL | 36.4º | 0.89% | 0.39% | - |
| HSV(B) | 36.4º | 0.94% | 0.74% | - |
| XYZ | 27.64 | 24.04 | 3.5 | - |
| YUV | 127.62 | 62.19 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 11 | 0 | 0.37 | 0.94 | 0.26 | 36.4 | 0.89 | 0.39 |
| Hex | BD | 77 | B | 0 | 25 | 5E | 1A | 24 | 59 | 27 |
| Octal | 275 | 167 | 13 | 0 | 45 | 136 | 32 | 44 | 131 | 47 |
| Binary | 10111101 | 1110111 | 1011 | 0 | 100101 | 1011110 | 11010 | 100100 | 1011001 | 100111 |
Color Harmonies of #BD770B
Complementary color
Monochromatic Colors of #BD770B
Black with #BD770B
Text Example
Text Example
White with #BD770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD770B; }
p { color: rgb(189,119,11); }
H1.HeaderClassName
{
color: #BD770B;
}
.AnyTagClassName
{
color: #BD770B;
}
</style>
background-color css
<style>
a { background-color: #BD770B; }
a { background-color: rgb(189,119,11); }
div.DivClassName
{
background-color: #BD770B;
}
.BgClassName
{
background-color: #BD770B;
}
</style>
border-color css
<style>
span { border-color: #BD770B; }
span { border-color: rgb(189,119,11); }
td.TdClassName
{
border-color: #BD770B;
}
.TagClassName
{
border-color: #BD770B;
}
</style>