Shades of Dark Goldenrod #B1720E
Tints of Dark Goldenrod #B1720E
RGB
CMYK
RGB Variations
Color information
#B1720E (or 0xB1720E) is known color: Dark Goldenrod. HEX triplet: B1, 72 and 0E. RGB value is (177,114,14). Sum of RGB (Red+Green+Blue) = 177+114+14=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1720E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1720E is #4E8DF1. Grayscale: #797979. Windows color (decimal): -5148146 or 946865. OLE color: 946865.
HSL color Cylindrical-coordinate representation of color #B1720E: hue angle of 36.81º 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 #B1720E is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 14 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.31 |
| HSL | 36.81º | 0.85% | 0.37% | - |
| HSV(B) | 36.81º | 0.92% | 0.69% | - |
| XYZ | 24.23 | 21.41 | 3.27 | - |
| YUV | 121.44 | 67.37 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 14 | 0 | 0.36 | 0.92 | 0.31 | 36.81 | 0.85 | 0.37 |
| Hex | B1 | 72 | E | 0 | 24 | 5C | 1F | 25 | 55 | 25 |
| Octal | 261 | 162 | 16 | 0 | 44 | 134 | 37 | 45 | 125 | 45 |
| Binary | 10110001 | 1110010 | 1110 | 0 | 100100 | 1011100 | 11111 | 100101 | 1010101 | 100101 |
Color Harmonies of #B1720E
Complementary color
Monochromatic Colors of #B1720E
Black with #B1720E
Text Example
Text Example
White with #B1720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1720E; }
p { color: rgb(177,114,14); }
H1.HeaderClassName
{
color: #B1720E;
}
.AnyTagClassName
{
color: #B1720E;
}
</style>
background-color css
<style>
a { background-color: #B1720E; }
a { background-color: rgb(177,114,14); }
div.DivClassName
{
background-color: #B1720E;
}
.BgClassName
{
background-color: #B1720E;
}
</style>
border-color css
<style>
span { border-color: #B1720E; }
span { border-color: rgb(177,114,14); }
td.TdClassName
{
border-color: #B1720E;
}
.TagClassName
{
border-color: #B1720E;
}
</style>