Shades of Dark Goldenrod #BD7605
Tints of Dark Goldenrod #BD7605
RGB
CMYK
RGB Variations
Color information
#BD7605 (or 0xBD7605) is known color: Dark Goldenrod. HEX triplet: BD, 76 and 05. RGB value is (189,118,5). Sum of RGB (Red+Green+Blue) = 189+118+5=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7605 is #4289FA. Grayscale: #7E7E7E. Windows color (decimal): -4360699 or 358077. OLE color: 358077.
HSL color Cylindrical-coordinate representation of color #BD7605: hue angle of 36.85º 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 #BD7605 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 5 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.26 |
| HSL | 36.85º | 0.95% | 0.38% | - |
| HSV(B) | 36.85º | 0.97% | 0.74% | - |
| XYZ | 27.49 | 23.79 | 3.29 | - |
| YUV | 126.35 | 59.52 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 5 | 0 | 0.38 | 0.97 | 0.26 | 36.85 | 0.95 | 0.38 |
| Hex | BD | 76 | 5 | 0 | 26 | 61 | 1A | 25 | 5F | 26 |
| Octal | 275 | 166 | 5 | 0 | 46 | 141 | 32 | 45 | 137 | 46 |
| Binary | 10111101 | 1110110 | 101 | 0 | 100110 | 1100001 | 11010 | 100101 | 1011111 | 100110 |
Color Harmonies of #BD7605
Complementary color
Monochromatic Colors of #BD7605
Black with #BD7605
Text Example
Text Example
White with #BD7605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7605; }
p { color: rgb(189,118,5); }
H1.HeaderClassName
{
color: #BD7605;
}
.AnyTagClassName
{
color: #BD7605;
}
</style>
background-color css
<style>
a { background-color: #BD7605; }
a { background-color: rgb(189,118,5); }
div.DivClassName
{
background-color: #BD7605;
}
.BgClassName
{
background-color: #BD7605;
}
</style>
border-color css
<style>
span { border-color: #BD7605; }
span { border-color: rgb(189,118,5); }
td.TdClassName
{
border-color: #BD7605;
}
.TagClassName
{
border-color: #BD7605;
}
</style>