Shades of Dark Goldenrod #B17304
Tints of Dark Goldenrod #B17304
RGB
CMYK
RGB Variations
Color information
#B17304 (or 0xB17304) is known color: Dark Goldenrod. HEX triplet: B1, 73 and 04. RGB value is (177,115,4). Sum of RGB (Red+Green+Blue) = 177+115+4=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B17304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17304 is #4E8CFB. Grayscale: #797979. Windows color (decimal): -5147900 or 291761. OLE color: 291761.
HSL color Cylindrical-coordinate representation of color #B17304: hue angle of 38.5º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B17304 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.31 |
| HSL | 38.5º | 0.96% | 0.35% | - |
| HSV(B) | 38.5º | 0.98% | 0.69% | - |
| XYZ | 24.28 | 21.62 | 3.01 | - |
| YUV | 120.88 | 62.04 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 4 | 0 | 0.35 | 0.98 | 0.31 | 38.5 | 0.96 | 0.35 |
| Hex | B1 | 73 | 4 | 0 | 23 | 62 | 1F | 26 | 60 | 23 |
| Octal | 261 | 163 | 4 | 0 | 43 | 142 | 37 | 46 | 140 | 43 |
| Binary | 10110001 | 1110011 | 100 | 0 | 100011 | 1100010 | 11111 | 100110 | 1100000 | 100011 |
Color Harmonies of #B17304
Complementary color
Monochromatic Colors of #B17304
Black with #B17304
Text Example
Text Example
White with #B17304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17304; }
p { color: rgb(177,115,4); }
H1.HeaderClassName
{
color: #B17304;
}
.AnyTagClassName
{
color: #B17304;
}
</style>
background-color css
<style>
a { background-color: #B17304; }
a { background-color: rgb(177,115,4); }
div.DivClassName
{
background-color: #B17304;
}
.BgClassName
{
background-color: #B17304;
}
</style>
border-color css
<style>
span { border-color: #B17304; }
span { border-color: rgb(177,115,4); }
td.TdClassName
{
border-color: #B17304;
}
.TagClassName
{
border-color: #B17304;
}
</style>