Shades of Dark Goldenrod #B37502
Tints of Dark Goldenrod #B37502
RGB
CMYK
RGB Variations
Color information
#B37502 (or 0xB37502) is known color: Dark Goldenrod. HEX triplet: B3, 75 and 02. RGB value is (179,117,2). Sum of RGB (Red+Green+Blue) = 179+117+2=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B37502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37502 is #4C8AFD. Grayscale: #7A7A7A. Windows color (decimal): -5016318 or 161203. OLE color: 161203.
HSL color Cylindrical-coordinate representation of color #B37502: hue angle of 38.98º 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 #B37502 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.30 |
| HSL | 38.98º | 0.98% | 0.35% | - |
| HSV(B) | 38.98º | 0.99% | 0.7% | - |
| XYZ | 24.96 | 22.31 | 3.05 | - |
| YUV | 122.43 | 60.04 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 2 | 0 | 0.35 | 0.99 | 0.30 | 38.98 | 0.98 | 0.35 |
| Hex | B3 | 75 | 2 | 0 | 23 | 63 | 1E | 27 | 62 | 23 |
| Octal | 263 | 165 | 2 | 0 | 43 | 143 | 36 | 47 | 142 | 43 |
| Binary | 10110011 | 1110101 | 10 | 0 | 100011 | 1100011 | 11110 | 100111 | 1100010 | 100011 |
Color Harmonies of #B37502
Complementary color
Monochromatic Colors of #B37502
Black with #B37502
Text Example
Text Example
White with #B37502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37502; }
p { color: rgb(179,117,2); }
H1.HeaderClassName
{
color: #B37502;
}
.AnyTagClassName
{
color: #B37502;
}
</style>
background-color css
<style>
a { background-color: #B37502; }
a { background-color: rgb(179,117,2); }
div.DivClassName
{
background-color: #B37502;
}
.BgClassName
{
background-color: #B37502;
}
</style>
border-color css
<style>
span { border-color: #B37502; }
span { border-color: rgb(179,117,2); }
td.TdClassName
{
border-color: #B37502;
}
.TagClassName
{
border-color: #B37502;
}
</style>