Shades of Dark Goldenrod #B1730D
Tints of Dark Goldenrod #B1730D
RGB
CMYK
RGB Variations
Color information
#B1730D (or 0xB1730D) is known color: Dark Goldenrod. HEX triplet: B1, 73 and 0D. RGB value is (177,115,13). Sum of RGB (Red+Green+Blue) = 177+115+13=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1730D is #4E8CF2. Grayscale: #7A7A7A. Windows color (decimal): -5147891 or 881585. OLE color: 881585.
HSL color Cylindrical-coordinate representation of color #B1730D: hue angle of 37.32º 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 #B1730D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.31 |
| HSL | 37.32º | 0.86% | 0.37% | - |
| HSV(B) | 37.32º | 0.93% | 0.69% | - |
| XYZ | 24.33 | 21.64 | 3.27 | - |
| YUV | 121.91 | 66.54 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 13 | 0 | 0.35 | 0.93 | 0.31 | 37.32 | 0.86 | 0.37 |
| Hex | B1 | 73 | D | 0 | 23 | 5D | 1F | 25 | 56 | 25 |
| Octal | 261 | 163 | 15 | 0 | 43 | 135 | 37 | 45 | 126 | 45 |
| Binary | 10110001 | 1110011 | 1101 | 0 | 100011 | 1011101 | 11111 | 100101 | 1010110 | 100101 |
Color Harmonies of #B1730D
Complementary color
Monochromatic Colors of #B1730D
Black with #B1730D
Text Example
Text Example
White with #B1730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1730D; }
p { color: rgb(177,115,13); }
H1.HeaderClassName
{
color: #B1730D;
}
.AnyTagClassName
{
color: #B1730D;
}
</style>
background-color css
<style>
a { background-color: #B1730D; }
a { background-color: rgb(177,115,13); }
div.DivClassName
{
background-color: #B1730D;
}
.BgClassName
{
background-color: #B1730D;
}
</style>
border-color css
<style>
span { border-color: #B1730D; }
span { border-color: rgb(177,115,13); }
td.TdClassName
{
border-color: #B1730D;
}
.TagClassName
{
border-color: #B1730D;
}
</style>