Shades of Dark Goldenrod #B1700E
Tints of Dark Goldenrod #B1700E
RGB
CMYK
RGB Variations
Color information
#B1700E (or 0xB1700E) is known color: Dark Goldenrod. HEX triplet: B1, 70 and 0E. RGB value is (177,112,14). Sum of RGB (Red+Green+Blue) = 177+112+14=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1700E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1700E is #4E8FF1. Grayscale: #787878. Windows color (decimal): -5148658 or 946353. OLE color: 946353.
HSL color Cylindrical-coordinate representation of color #B1700E: hue angle of 36.07º 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 #B1700E is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 14 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.31 |
| HSL | 36.07º | 0.85% | 0.37% | - |
| HSV(B) | 36.07º | 0.92% | 0.69% | - |
| XYZ | 24 | 20.97 | 3.2 | - |
| YUV | 120.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 14 | 0 | 0.37 | 0.92 | 0.31 | 36.07 | 0.85 | 0.37 |
| Hex | B1 | 70 | E | 0 | 25 | 5C | 1F | 24 | 55 | 25 |
| Octal | 261 | 160 | 16 | 0 | 45 | 134 | 37 | 44 | 125 | 45 |
| Binary | 10110001 | 1110000 | 1110 | 0 | 100101 | 1011100 | 11111 | 100100 | 1010101 | 100101 |
Color Harmonies of #B1700E
Complementary color
Monochromatic Colors of #B1700E
Black with #B1700E
Text Example
Text Example
White with #B1700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1700E; }
p { color: rgb(177,112,14); }
H1.HeaderClassName
{
color: #B1700E;
}
.AnyTagClassName
{
color: #B1700E;
}
</style>
background-color css
<style>
a { background-color: #B1700E; }
a { background-color: rgb(177,112,14); }
div.DivClassName
{
background-color: #B1700E;
}
.BgClassName
{
background-color: #B1700E;
}
</style>
border-color css
<style>
span { border-color: #B1700E; }
span { border-color: rgb(177,112,14); }
td.TdClassName
{
border-color: #B1700E;
}
.TagClassName
{
border-color: #B1700E;
}
</style>