Shades of Dark Goldenrod #B0730D
Tints of Dark Goldenrod #B0730D
RGB
CMYK
RGB Variations
Color information
#B0730D (or 0xB0730D) is known color: Dark Goldenrod. HEX triplet: B0, 73 and 0D. RGB value is (176,115,13). Sum of RGB (Red+Green+Blue) = 176+115+13=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0730D is #4F8CF2. Grayscale: #7A7A7A. Windows color (decimal): -5213427 or 881584. OLE color: 881584.
HSL color Cylindrical-coordinate representation of color #B0730D: hue angle of 37.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0730D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.31 |
| HSL | 37.55º | 0.86% | 0.37% | - |
| HSV(B) | 37.55º | 0.93% | 0.69% | - |
| XYZ | 24.11 | 21.52 | 3.26 | - |
| YUV | 121.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 13 | 0 | 0.35 | 0.93 | 0.31 | 37.55 | 0.86 | 0.37 |
| Hex | B0 | 73 | D | 0 | 23 | 5D | 1F | 26 | 56 | 25 |
| Octal | 260 | 163 | 15 | 0 | 43 | 135 | 37 | 46 | 126 | 45 |
| Binary | 10110000 | 1110011 | 1101 | 0 | 100011 | 1011101 | 11111 | 100110 | 1010110 | 100101 |
Color Harmonies of #B0730D
Complementary color
Monochromatic Colors of #B0730D
Black with #B0730D
Text Example
Text Example
White with #B0730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0730D; }
p { color: rgb(176,115,13); }
H1.HeaderClassName
{
color: #B0730D;
}
.AnyTagClassName
{
color: #B0730D;
}
</style>
background-color css
<style>
a { background-color: #B0730D; }
a { background-color: rgb(176,115,13); }
div.DivClassName
{
background-color: #B0730D;
}
.BgClassName
{
background-color: #B0730D;
}
</style>
border-color css
<style>
span { border-color: #B0730D; }
span { border-color: rgb(176,115,13); }
td.TdClassName
{
border-color: #B0730D;
}
.TagClassName
{
border-color: #B0730D;
}
</style>