Shades of Dark Goldenrod #BD7102
Tints of Dark Goldenrod #BD7102
RGB
CMYK
RGB Variations
Color information
#BD7102 (or 0xBD7102) is known color: Dark Goldenrod. HEX triplet: BD, 71 and 02. RGB value is (189,113,2). Sum of RGB (Red+Green+Blue) = 189+113+2=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7102 is #428EFD. Grayscale: #7B7B7B. Windows color (decimal): -4361982 or 160189. OLE color: 160189.
HSL color Cylindrical-coordinate representation of color #BD7102: hue angle of 35.61º 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 #BD7102 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.26 |
| HSL | 35.61º | 0.98% | 0.37% | - |
| HSV(B) | 35.61º | 0.99% | 0.74% | - |
| XYZ | 26.9 | 22.63 | 3.01 | - |
| YUV | 123.07 | 59.68 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 2 | 0 | 0.40 | 0.99 | 0.26 | 35.61 | 0.98 | 0.37 |
| Hex | BD | 71 | 2 | 0 | 28 | 63 | 1A | 24 | 62 | 25 |
| Octal | 275 | 161 | 2 | 0 | 50 | 143 | 32 | 44 | 142 | 45 |
| Binary | 10111101 | 1110001 | 10 | 0 | 101000 | 1100011 | 11010 | 100100 | 1100010 | 100101 |
Color Harmonies of #BD7102
Complementary color
Monochromatic Colors of #BD7102
Black with #BD7102
Text Example
Text Example
White with #BD7102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7102; }
p { color: rgb(189,113,2); }
H1.HeaderClassName
{
color: #BD7102;
}
.AnyTagClassName
{
color: #BD7102;
}
</style>
background-color css
<style>
a { background-color: #BD7102; }
a { background-color: rgb(189,113,2); }
div.DivClassName
{
background-color: #BD7102;
}
.BgClassName
{
background-color: #BD7102;
}
</style>
border-color css
<style>
span { border-color: #BD7102; }
span { border-color: rgb(189,113,2); }
td.TdClassName
{
border-color: #BD7102;
}
.TagClassName
{
border-color: #BD7102;
}
</style>