Shades of Dark Goldenrod #B17002
Tints of Dark Goldenrod #B17002
RGB
CMYK
RGB Variations
Color information
#B17002 (or 0xB17002) is known color: Dark Goldenrod. HEX triplet: B1, 70 and 02. RGB value is (177,112,2). Sum of RGB (Red+Green+Blue) = 177+112+2=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B17002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17002 is #4E8FFD. Grayscale: #777777. Windows color (decimal): -5148670 or 159921. OLE color: 159921.
HSL color Cylindrical-coordinate representation of color #B17002: hue angle of 37.71º 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 #B17002 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.31 |
| HSL | 37.71º | 0.98% | 0.35% | - |
| HSV(B) | 37.71º | 0.99% | 0.69% | - |
| XYZ | 23.94 | 20.94 | 2.84 | - |
| YUV | 118.9 | 62.03 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 2 | 0 | 0.37 | 0.99 | 0.31 | 37.71 | 0.98 | 0.35 |
| Hex | B1 | 70 | 2 | 0 | 25 | 63 | 1F | 26 | 62 | 23 |
| Octal | 261 | 160 | 2 | 0 | 45 | 143 | 37 | 46 | 142 | 43 |
| Binary | 10110001 | 1110000 | 10 | 0 | 100101 | 1100011 | 11111 | 100110 | 1100010 | 100011 |
Color Harmonies of #B17002
Complementary color
Monochromatic Colors of #B17002
Black with #B17002
Text Example
Text Example
White with #B17002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17002; }
p { color: rgb(177,112,2); }
H1.HeaderClassName
{
color: #B17002;
}
.AnyTagClassName
{
color: #B17002;
}
</style>
background-color css
<style>
a { background-color: #B17002; }
a { background-color: rgb(177,112,2); }
div.DivClassName
{
background-color: #B17002;
}
.BgClassName
{
background-color: #B17002;
}
</style>
border-color css
<style>
span { border-color: #B17002; }
span { border-color: rgb(177,112,2); }
td.TdClassName
{
border-color: #B17002;
}
.TagClassName
{
border-color: #B17002;
}
</style>