Shades of Dark Goldenrod #BD7610
Tints of Dark Goldenrod #BD7610
RGB
CMYK
RGB Variations
Color information
#BD7610 (or 0xBD7610) is known color: Dark Goldenrod. HEX triplet: BD, 76 and 10. RGB value is (189,118,16). Sum of RGB (Red+Green+Blue) = 189+118+16=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7610 is #4289EF. Grayscale: #808080. Windows color (decimal): -4360688 or 1078973. OLE color: 1078973.
HSL color Cylindrical-coordinate representation of color #BD7610: hue angle of 35.38º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD7610 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 16 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.26 |
| HSL | 35.38º | 0.84% | 0.4% | - |
| HSV(B) | 35.38º | 0.92% | 0.74% | - |
| XYZ | 27.56 | 23.81 | 3.63 | - |
| YUV | 127.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 16 | 0 | 0.38 | 0.92 | 0.26 | 35.38 | 0.84 | 0.4 |
| Hex | BD | 76 | 10 | 0 | 26 | 5C | 1A | 23 | 54 | 28 |
| Octal | 275 | 166 | 20 | 0 | 46 | 134 | 32 | 43 | 124 | 50 |
| Binary | 10111101 | 1110110 | 10000 | 0 | 100110 | 1011100 | 11010 | 100011 | 1010100 | 101000 |
Color Harmonies of #BD7610
Complementary color
Monochromatic Colors of #BD7610
Black with #BD7610
Text Example
Text Example
White with #BD7610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7610; }
p { color: rgb(189,118,16); }
H1.HeaderClassName
{
color: #BD7610;
}
.AnyTagClassName
{
color: #BD7610;
}
</style>
background-color css
<style>
a { background-color: #BD7610; }
a { background-color: rgb(189,118,16); }
div.DivClassName
{
background-color: #BD7610;
}
.BgClassName
{
background-color: #BD7610;
}
</style>
border-color css
<style>
span { border-color: #BD7610; }
span { border-color: rgb(189,118,16); }
td.TdClassName
{
border-color: #BD7610;
}
.TagClassName
{
border-color: #BD7610;
}
</style>