Shades of Dark Goldenrod #BD7505
Tints of Dark Goldenrod #BD7505
RGB
CMYK
RGB Variations
Color information
#BD7505 (or 0xBD7505) is known color: Dark Goldenrod. HEX triplet: BD, 75 and 05. RGB value is (189,117,5). Sum of RGB (Red+Green+Blue) = 189+117+5=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7505 is #428AFA. Grayscale: #7E7E7E. Windows color (decimal): -4360955 or 357821. OLE color: 357821.
HSL color Cylindrical-coordinate representation of color #BD7505: hue angle of 36.52º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD7505 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 5 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.26 |
| HSL | 36.52º | 0.95% | 0.38% | - |
| HSV(B) | 36.52º | 0.97% | 0.74% | - |
| XYZ | 27.37 | 23.55 | 3.25 | - |
| YUV | 125.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 5 | 0 | 0.38 | 0.97 | 0.26 | 36.52 | 0.95 | 0.38 |
| Hex | BD | 75 | 5 | 0 | 26 | 61 | 1A | 25 | 5F | 26 |
| Octal | 275 | 165 | 5 | 0 | 46 | 141 | 32 | 45 | 137 | 46 |
| Binary | 10111101 | 1110101 | 101 | 0 | 100110 | 1100001 | 11010 | 100101 | 1011111 | 100110 |
Color Harmonies of #BD7505
Complementary color
Monochromatic Colors of #BD7505
Black with #BD7505
Text Example
Text Example
White with #BD7505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7505; }
p { color: rgb(189,117,5); }
H1.HeaderClassName
{
color: #BD7505;
}
.AnyTagClassName
{
color: #BD7505;
}
</style>
background-color css
<style>
a { background-color: #BD7505; }
a { background-color: rgb(189,117,5); }
div.DivClassName
{
background-color: #BD7505;
}
.BgClassName
{
background-color: #BD7505;
}
</style>
border-color css
<style>
span { border-color: #BD7505; }
span { border-color: rgb(189,117,5); }
td.TdClassName
{
border-color: #BD7505;
}
.TagClassName
{
border-color: #BD7505;
}
</style>