Shades of Dark Goldenrod #B1730E
Tints of Dark Goldenrod #B1730E
RGB
CMYK
RGB Variations
Color information
#B1730E (or 0xB1730E) is known color: Dark Goldenrod. HEX triplet: B1, 73 and 0E. RGB value is (177,115,14). Sum of RGB (Red+Green+Blue) = 177+115+14=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1730E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1730E is #4E8CF1. Grayscale: #7A7A7A. Windows color (decimal): -5147890 or 947121. OLE color: 947121.
HSL color Cylindrical-coordinate representation of color #B1730E: hue angle of 37.18º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1730E is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 14 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.31 |
| HSL | 37.18º | 0.85% | 0.37% | - |
| HSV(B) | 37.18º | 0.92% | 0.69% | - |
| XYZ | 24.34 | 21.64 | 3.31 | - |
| YUV | 122.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 14 | 0 | 0.35 | 0.92 | 0.31 | 37.18 | 0.85 | 0.37 |
| Hex | B1 | 73 | E | 0 | 23 | 5C | 1F | 25 | 55 | 25 |
| Octal | 261 | 163 | 16 | 0 | 43 | 134 | 37 | 45 | 125 | 45 |
| Binary | 10110001 | 1110011 | 1110 | 0 | 100011 | 1011100 | 11111 | 100101 | 1010101 | 100101 |
Color Harmonies of #B1730E
Complementary color
Monochromatic Colors of #B1730E
Black with #B1730E
Text Example
Text Example
White with #B1730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1730E; }
p { color: rgb(177,115,14); }
H1.HeaderClassName
{
color: #B1730E;
}
.AnyTagClassName
{
color: #B1730E;
}
</style>
background-color css
<style>
a { background-color: #B1730E; }
a { background-color: rgb(177,115,14); }
div.DivClassName
{
background-color: #B1730E;
}
.BgClassName
{
background-color: #B1730E;
}
</style>
border-color css
<style>
span { border-color: #B1730E; }
span { border-color: rgb(177,115,14); }
td.TdClassName
{
border-color: #B1730E;
}
.TagClassName
{
border-color: #B1730E;
}
</style>