Shades of Dark Goldenrod #BD7702
Tints of Dark Goldenrod #BD7702
RGB
CMYK
RGB Variations
Color information
#BD7702 (or 0xBD7702) is known color: Dark Goldenrod. HEX triplet: BD, 77 and 02. RGB value is (189,119,2). Sum of RGB (Red+Green+Blue) = 189+119+2=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7702 is #4288FD. Grayscale: #7F7F7F. Windows color (decimal): -4360446 or 161725. OLE color: 161725.
HSL color Cylindrical-coordinate representation of color #BD7702: hue angle of 37.54º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD7702 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.26 |
| HSL | 37.54º | 0.98% | 0.37% | - |
| HSV(B) | 37.54º | 0.99% | 0.74% | - |
| XYZ | 27.59 | 24.02 | 3.24 | - |
| YUV | 126.59 | 57.69 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 2 | 0 | 0.37 | 0.99 | 0.26 | 37.54 | 0.98 | 0.37 |
| Hex | BD | 77 | 2 | 0 | 25 | 63 | 1A | 26 | 62 | 25 |
| Octal | 275 | 167 | 2 | 0 | 45 | 143 | 32 | 46 | 142 | 45 |
| Binary | 10111101 | 1110111 | 10 | 0 | 100101 | 1100011 | 11010 | 100110 | 1100010 | 100101 |
Color Harmonies of #BD7702
Complementary color
Monochromatic Colors of #BD7702
Black with #BD7702
Text Example
Text Example
White with #BD7702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7702; }
p { color: rgb(189,119,2); }
H1.HeaderClassName
{
color: #BD7702;
}
.AnyTagClassName
{
color: #BD7702;
}
</style>
background-color css
<style>
a { background-color: #BD7702; }
a { background-color: rgb(189,119,2); }
div.DivClassName
{
background-color: #BD7702;
}
.BgClassName
{
background-color: #BD7702;
}
</style>
border-color css
<style>
span { border-color: #BD7702; }
span { border-color: rgb(189,119,2); }
td.TdClassName
{
border-color: #BD7702;
}
.TagClassName
{
border-color: #BD7702;
}
</style>