Shades of Dark Goldenrod #B17E0A
Tints of Dark Goldenrod #B17E0A
RGB
CMYK
RGB Variations
Color information
#B17E0A (or 0xB17E0A) is known color: Dark Goldenrod. HEX triplet: B1, 7E and 0A. RGB value is (177,126,10). Sum of RGB (Red+Green+Blue) = 177+126+10=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17E0A is #4E81F5. Grayscale: #808080. Windows color (decimal): -5145078 or 687793. OLE color: 687793.
HSL color Cylindrical-coordinate representation of color #B17E0A: hue angle of 41.68º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B17E0A is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 10 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.31 |
| HSL | 41.68º | 0.89% | 0.37% | - |
| HSV(B) | 41.68º | 0.94% | 0.69% | - |
| XYZ | 25.65 | 24.29 | 3.62 | - |
| YUV | 128.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 10 | 0 | 0.29 | 0.94 | 0.31 | 41.68 | 0.89 | 0.37 |
| Hex | B1 | 7E | A | 0 | 1D | 5E | 1F | 2A | 59 | 25 |
| Octal | 261 | 176 | 12 | 0 | 35 | 136 | 37 | 52 | 131 | 45 |
| Binary | 10110001 | 1111110 | 1010 | 0 | 11101 | 1011110 | 11111 | 101010 | 1011001 | 100101 |
Color Harmonies of #B17E0A
Complementary color
Monochromatic Colors of #B17E0A
Black with #B17E0A
Text Example
Text Example
White with #B17E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E0A; }
p { color: rgb(177,126,10); }
H1.HeaderClassName
{
color: #B17E0A;
}
.AnyTagClassName
{
color: #B17E0A;
}
</style>
background-color css
<style>
a { background-color: #B17E0A; }
a { background-color: rgb(177,126,10); }
div.DivClassName
{
background-color: #B17E0A;
}
.BgClassName
{
background-color: #B17E0A;
}
</style>
border-color css
<style>
span { border-color: #B17E0A; }
span { border-color: rgb(177,126,10); }
td.TdClassName
{
border-color: #B17E0A;
}
.TagClassName
{
border-color: #B17E0A;
}
</style>