Shades of Dark Goldenrod #B1750E
Tints of Dark Goldenrod #B1750E
RGB
CMYK
RGB Variations
Color information
#B1750E (or 0xB1750E) is known color: Dark Goldenrod. HEX triplet: B1, 75 and 0E. RGB value is (177,117,14). Sum of RGB (Red+Green+Blue) = 177+117+14=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1750E is #4E8AF1. Grayscale: #7B7B7B. Windows color (decimal): -5147378 or 947633. OLE color: 947633.
HSL color Cylindrical-coordinate representation of color #B1750E: hue angle of 37.91º 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 #B1750E is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 14 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.31 |
| HSL | 37.91º | 0.85% | 0.37% | - |
| HSV(B) | 37.91º | 0.92% | 0.69% | - |
| XYZ | 24.57 | 22.1 | 3.39 | - |
| YUV | 123.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 14 | 0 | 0.34 | 0.92 | 0.31 | 37.91 | 0.85 | 0.37 |
| Hex | B1 | 75 | E | 0 | 22 | 5C | 1F | 26 | 55 | 25 |
| Octal | 261 | 165 | 16 | 0 | 42 | 134 | 37 | 46 | 125 | 45 |
| Binary | 10110001 | 1110101 | 1110 | 0 | 100010 | 1011100 | 11111 | 100110 | 1010101 | 100101 |
Color Harmonies of #B1750E
Complementary color
Monochromatic Colors of #B1750E
Black with #B1750E
Text Example
Text Example
White with #B1750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1750E; }
p { color: rgb(177,117,14); }
H1.HeaderClassName
{
color: #B1750E;
}
.AnyTagClassName
{
color: #B1750E;
}
</style>
background-color css
<style>
a { background-color: #B1750E; }
a { background-color: rgb(177,117,14); }
div.DivClassName
{
background-color: #B1750E;
}
.BgClassName
{
background-color: #B1750E;
}
</style>
border-color css
<style>
span { border-color: #B1750E; }
span { border-color: rgb(177,117,14); }
td.TdClassName
{
border-color: #B1750E;
}
.TagClassName
{
border-color: #B1750E;
}
</style>