Shades of Dark Goldenrod #B17402
Tints of Dark Goldenrod #B17402
RGB
CMYK
RGB Variations
Color information
#B17402 (or 0xB17402) is known color: Dark Goldenrod. HEX triplet: B1, 74 and 02. RGB value is (177,116,2). Sum of RGB (Red+Green+Blue) = 177+116+2=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B17402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17402 is #4E8BFD. Grayscale: #797979. Windows color (decimal): -5147646 or 160945. OLE color: 160945.
HSL color Cylindrical-coordinate representation of color #B17402: hue angle of 39.09º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B17402 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.31 |
| HSL | 39.09º | 0.98% | 0.35% | - |
| HSV(B) | 39.09º | 0.99% | 0.69% | - |
| XYZ | 24.39 | 21.84 | 2.99 | - |
| YUV | 121.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 2 | 0 | 0.34 | 0.99 | 0.31 | 39.09 | 0.98 | 0.35 |
| Hex | B1 | 74 | 2 | 0 | 22 | 63 | 1F | 27 | 62 | 23 |
| Octal | 261 | 164 | 2 | 0 | 42 | 143 | 37 | 47 | 142 | 43 |
| Binary | 10110001 | 1110100 | 10 | 0 | 100010 | 1100011 | 11111 | 100111 | 1100010 | 100011 |
Color Harmonies of #B17402
Complementary color
Monochromatic Colors of #B17402
Black with #B17402
Text Example
Text Example
White with #B17402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17402; }
p { color: rgb(177,116,2); }
H1.HeaderClassName
{
color: #B17402;
}
.AnyTagClassName
{
color: #B17402;
}
</style>
background-color css
<style>
a { background-color: #B17402; }
a { background-color: rgb(177,116,2); }
div.DivClassName
{
background-color: #B17402;
}
.BgClassName
{
background-color: #B17402;
}
</style>
border-color css
<style>
span { border-color: #B17402; }
span { border-color: rgb(177,116,2); }
td.TdClassName
{
border-color: #B17402;
}
.TagClassName
{
border-color: #B17402;
}
</style>