Shades of Dark Goldenrod #B17802
Tints of Dark Goldenrod #B17802
RGB
CMYK
RGB Variations
Color information
#B17802 (or 0xB17802) is known color: Dark Goldenrod. HEX triplet: B1, 78 and 02. RGB value is (177,120,2). Sum of RGB (Red+Green+Blue) = 177+120+2=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B17802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17802 is #4E87FD. Grayscale: #7C7C7C. Windows color (decimal): -5146622 or 161969. OLE color: 161969.
HSL color Cylindrical-coordinate representation of color #B17802: hue angle of 40.46º 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 #B17802 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.31 |
| HSL | 40.46º | 0.98% | 0.35% | - |
| HSV(B) | 40.46º | 0.99% | 0.69% | - |
| XYZ | 24.86 | 22.78 | 3.15 | - |
| YUV | 123.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 2 | 0 | 0.32 | 0.99 | 0.31 | 40.46 | 0.98 | 0.35 |
| Hex | B1 | 78 | 2 | 0 | 20 | 63 | 1F | 28 | 62 | 23 |
| Octal | 261 | 170 | 2 | 0 | 40 | 143 | 37 | 50 | 142 | 43 |
| Binary | 10110001 | 1111000 | 10 | 0 | 100000 | 1100011 | 11111 | 101000 | 1100010 | 100011 |
Color Harmonies of #B17802
Complementary color
Monochromatic Colors of #B17802
Black with #B17802
Text Example
Text Example
White with #B17802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17802; }
p { color: rgb(177,120,2); }
H1.HeaderClassName
{
color: #B17802;
}
.AnyTagClassName
{
color: #B17802;
}
</style>
background-color css
<style>
a { background-color: #B17802; }
a { background-color: rgb(177,120,2); }
div.DivClassName
{
background-color: #B17802;
}
.BgClassName
{
background-color: #B17802;
}
</style>
border-color css
<style>
span { border-color: #B17802; }
span { border-color: rgb(177,120,2); }
td.TdClassName
{
border-color: #B17802;
}
.TagClassName
{
border-color: #B17802;
}
</style>