Shades of Dark Goldenrod #B37102
Tints of Dark Goldenrod #B37102
RGB
CMYK
RGB Variations
Color information
#B37102 (or 0xB37102) is known color: Dark Goldenrod. HEX triplet: B3, 71 and 02. RGB value is (179,113,2). Sum of RGB (Red+Green+Blue) = 179+113+2=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B37102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37102 is #4C8EFD. Grayscale: #787878. Windows color (decimal): -5017342 or 160179. OLE color: 160179.
HSL color Cylindrical-coordinate representation of color #B37102: hue angle of 37.63º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B37102 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.30 |
| HSL | 37.63º | 0.98% | 0.35% | - |
| HSV(B) | 37.63º | 0.99% | 0.7% | - |
| XYZ | 24.51 | 21.4 | 2.9 | - |
| YUV | 120.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 2 | 0 | 0.37 | 0.99 | 0.30 | 37.63 | 0.98 | 0.35 |
| Hex | B3 | 71 | 2 | 0 | 25 | 63 | 1E | 26 | 62 | 23 |
| Octal | 263 | 161 | 2 | 0 | 45 | 143 | 36 | 46 | 142 | 43 |
| Binary | 10110011 | 1110001 | 10 | 0 | 100101 | 1100011 | 11110 | 100110 | 1100010 | 100011 |
Color Harmonies of #B37102
Complementary color
Monochromatic Colors of #B37102
Black with #B37102
Text Example
Text Example
White with #B37102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37102; }
p { color: rgb(179,113,2); }
H1.HeaderClassName
{
color: #B37102;
}
.AnyTagClassName
{
color: #B37102;
}
</style>
background-color css
<style>
a { background-color: #B37102; }
a { background-color: rgb(179,113,2); }
div.DivClassName
{
background-color: #B37102;
}
.BgClassName
{
background-color: #B37102;
}
</style>
border-color css
<style>
span { border-color: #B37102; }
span { border-color: rgb(179,113,2); }
td.TdClassName
{
border-color: #B37102;
}
.TagClassName
{
border-color: #B37102;
}
</style>