Shades of Dark Goldenrod #B9740D
Tints of Dark Goldenrod #B9740D
RGB
CMYK
RGB Variations
Color information
#B9740D (or 0xB9740D) is known color: Dark Goldenrod. HEX triplet: B9, 74 and 0D. RGB value is (185,116,13). Sum of RGB (Red+Green+Blue) = 185+116+13=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9740D is #468BF2. Grayscale: #7D7D7D. Windows color (decimal): -4623347 or 881849. OLE color: 881849.
HSL color Cylindrical-coordinate representation of color #B9740D: hue angle of 35.93º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9740D is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 13 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.27 |
| HSL | 35.93º | 0.87% | 0.39% | - |
| HSV(B) | 35.93º | 0.93% | 0.73% | - |
| XYZ | 26.33 | 22.83 | 3.4 | - |
| YUV | 124.89 | 64.86 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 13 | 0 | 0.37 | 0.93 | 0.27 | 35.93 | 0.87 | 0.39 |
| Hex | B9 | 74 | D | 0 | 25 | 5D | 1B | 24 | 57 | 27 |
| Octal | 271 | 164 | 15 | 0 | 45 | 135 | 33 | 44 | 127 | 47 |
| Binary | 10111001 | 1110100 | 1101 | 0 | 100101 | 1011101 | 11011 | 100100 | 1010111 | 100111 |
Color Harmonies of #B9740D
Complementary color
Monochromatic Colors of #B9740D
Black with #B9740D
Text Example
Text Example
White with #B9740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9740D; }
p { color: rgb(185,116,13); }
H1.HeaderClassName
{
color: #B9740D;
}
.AnyTagClassName
{
color: #B9740D;
}
</style>
background-color css
<style>
a { background-color: #B9740D; }
a { background-color: rgb(185,116,13); }
div.DivClassName
{
background-color: #B9740D;
}
.BgClassName
{
background-color: #B9740D;
}
</style>
border-color css
<style>
span { border-color: #B9740D; }
span { border-color: rgb(185,116,13); }
td.TdClassName
{
border-color: #B9740D;
}
.TagClassName
{
border-color: #B9740D;
}
</style>