Shades of Dark Goldenrod #BD7613
Tints of Dark Goldenrod #BD7613
RGB
CMYK
RGB Variations
Color information
#BD7613 (or 0xBD7613) is known color: Dark Goldenrod. HEX triplet: BD, 76 and 13. RGB value is (189,118,19). Sum of RGB (Red+Green+Blue) = 189+118+19=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7613 is #4289EC. Grayscale: #808080. Windows color (decimal): -4360685 or 1275581. OLE color: 1275581.
HSL color Cylindrical-coordinate representation of color #BD7613: hue angle of 34.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD7613 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 19 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.26 |
| HSL | 34.94º | 0.82% | 0.41% | - |
| HSV(B) | 34.94º | 0.9% | 0.74% | - |
| XYZ | 27.58 | 23.82 | 3.76 | - |
| YUV | 127.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 19 | 0 | 0.38 | 0.90 | 0.26 | 34.94 | 0.82 | 0.41 |
| Hex | BD | 76 | 13 | 0 | 26 | 5A | 1A | 23 | 52 | 29 |
| Octal | 275 | 166 | 23 | 0 | 46 | 132 | 32 | 43 | 122 | 51 |
| Binary | 10111101 | 1110110 | 10011 | 0 | 100110 | 1011010 | 11010 | 100011 | 1010010 | 101001 |
Color Harmonies of #BD7613
Complementary color
Monochromatic Colors of #BD7613
Black with #BD7613
Text Example
Text Example
White with #BD7613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7613; }
p { color: rgb(189,118,19); }
H1.HeaderClassName
{
color: #BD7613;
}
.AnyTagClassName
{
color: #BD7613;
}
</style>
background-color css
<style>
a { background-color: #BD7613; }
a { background-color: rgb(189,118,19); }
div.DivClassName
{
background-color: #BD7613;
}
.BgClassName
{
background-color: #BD7613;
}
</style>
border-color css
<style>
span { border-color: #BD7613; }
span { border-color: rgb(189,118,19); }
td.TdClassName
{
border-color: #BD7613;
}
.TagClassName
{
border-color: #BD7613;
}
</style>