Shades of Dark Goldenrod #BD700B
Tints of Dark Goldenrod #BD700B
RGB
CMYK
RGB Variations
Color information
#BD700B (or 0xBD700B) is known color: Dark Goldenrod. HEX triplet: BD, 70 and 0B. RGB value is (189,112,11). Sum of RGB (Red+Green+Blue) = 189+112+11=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD700B is #428FF4. Grayscale: #7B7B7B. Windows color (decimal): -4362229 or 749757. OLE color: 749757.
HSL color Cylindrical-coordinate representation of color #BD700B: hue angle of 34.04º 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 #BD700B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.26 |
| HSL | 34.04º | 0.89% | 0.39% | - |
| HSV(B) | 34.04º | 0.94% | 0.74% | - |
| XYZ | 26.84 | 22.43 | 3.23 | - |
| YUV | 123.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 11 | 0 | 0.41 | 0.94 | 0.26 | 34.04 | 0.89 | 0.39 |
| Hex | BD | 70 | B | 0 | 29 | 5E | 1A | 22 | 59 | 27 |
| Octal | 275 | 160 | 13 | 0 | 51 | 136 | 32 | 42 | 131 | 47 |
| Binary | 10111101 | 1110000 | 1011 | 0 | 101001 | 1011110 | 11010 | 100010 | 1011001 | 100111 |
Color Harmonies of #BD700B
Complementary color
Monochromatic Colors of #BD700B
Black with #BD700B
Text Example
Text Example
White with #BD700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD700B; }
p { color: rgb(189,112,11); }
H1.HeaderClassName
{
color: #BD700B;
}
.AnyTagClassName
{
color: #BD700B;
}
</style>
background-color css
<style>
a { background-color: #BD700B; }
a { background-color: rgb(189,112,11); }
div.DivClassName
{
background-color: #BD700B;
}
.BgClassName
{
background-color: #BD700B;
}
</style>
border-color css
<style>
span { border-color: #BD700B; }
span { border-color: rgb(189,112,11); }
td.TdClassName
{
border-color: #BD700B;
}
.TagClassName
{
border-color: #BD700B;
}
</style>