Shades of Dark Goldenrod #B17502
Tints of Dark Goldenrod #B17502
RGB
CMYK
RGB Variations
Color information
#B17502 (or 0xB17502) is known color: Dark Goldenrod. HEX triplet: B1, 75 and 02. RGB value is (177,117,2). Sum of RGB (Red+Green+Blue) = 177+117+2=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B17502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17502 is #4E8AFD. Grayscale: #7A7A7A. Windows color (decimal): -5147390 or 161201. OLE color: 161201.
HSL color Cylindrical-coordinate representation of color #B17502: hue angle of 39.43º 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 #B17502 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.31 |
| HSL | 39.43º | 0.98% | 0.35% | - |
| HSV(B) | 39.43º | 0.99% | 0.69% | - |
| XYZ | 24.5 | 22.07 | 3.03 | - |
| YUV | 121.83 | 60.38 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 2 | 0 | 0.34 | 0.99 | 0.31 | 39.43 | 0.98 | 0.35 |
| Hex | B1 | 75 | 2 | 0 | 22 | 63 | 1F | 27 | 62 | 23 |
| Octal | 261 | 165 | 2 | 0 | 42 | 143 | 37 | 47 | 142 | 43 |
| Binary | 10110001 | 1110101 | 10 | 0 | 100010 | 1100011 | 11111 | 100111 | 1100010 | 100011 |
Color Harmonies of #B17502
Complementary color
Monochromatic Colors of #B17502
Black with #B17502
Text Example
Text Example
White with #B17502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17502; }
p { color: rgb(177,117,2); }
H1.HeaderClassName
{
color: #B17502;
}
.AnyTagClassName
{
color: #B17502;
}
</style>
background-color css
<style>
a { background-color: #B17502; }
a { background-color: rgb(177,117,2); }
div.DivClassName
{
background-color: #B17502;
}
.BgClassName
{
background-color: #B17502;
}
</style>
border-color css
<style>
span { border-color: #B17502; }
span { border-color: rgb(177,117,2); }
td.TdClassName
{
border-color: #B17502;
}
.TagClassName
{
border-color: #B17502;
}
</style>