Shades of Dark Goldenrod #BD730E
Tints of Dark Goldenrod #BD730E
RGB
CMYK
RGB Variations
Color information
#BD730E (or 0xBD730E) is known color: Dark Goldenrod. HEX triplet: BD, 73 and 0E. RGB value is (189,115,14). Sum of RGB (Red+Green+Blue) = 189+115+14=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD730E is #428CF1. Grayscale: #7E7E7E. Windows color (decimal): -4361458 or 947133. OLE color: 947133.
HSL color Cylindrical-coordinate representation of color #BD730E: hue angle of 34.63º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD730E is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 14 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.26 |
| HSL | 34.63º | 0.86% | 0.4% | - |
| HSV(B) | 34.63º | 0.93% | 0.74% | - |
| XYZ | 27.2 | 23.11 | 3.44 | - |
| YUV | 125.61 | 65.02 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 14 | 0 | 0.39 | 0.93 | 0.26 | 34.63 | 0.86 | 0.4 |
| Hex | BD | 73 | E | 0 | 27 | 5D | 1A | 23 | 56 | 28 |
| Octal | 275 | 163 | 16 | 0 | 47 | 135 | 32 | 43 | 126 | 50 |
| Binary | 10111101 | 1110011 | 1110 | 0 | 100111 | 1011101 | 11010 | 100011 | 1010110 | 101000 |
Color Harmonies of #BD730E
Complementary color
Monochromatic Colors of #BD730E
Black with #BD730E
Text Example
Text Example
White with #BD730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD730E; }
p { color: rgb(189,115,14); }
H1.HeaderClassName
{
color: #BD730E;
}
.AnyTagClassName
{
color: #BD730E;
}
</style>
background-color css
<style>
a { background-color: #BD730E; }
a { background-color: rgb(189,115,14); }
div.DivClassName
{
background-color: #BD730E;
}
.BgClassName
{
background-color: #BD730E;
}
</style>
border-color css
<style>
span { border-color: #BD730E; }
span { border-color: rgb(189,115,14); }
td.TdClassName
{
border-color: #BD730E;
}
.TagClassName
{
border-color: #BD730E;
}
</style>