Shades of Dark Goldenrod #B37401
Tints of Dark Goldenrod #B37401
RGB
CMYK
RGB Variations
Color information
#B37401 (or 0xB37401) is known color: Dark Goldenrod. HEX triplet: B3, 74 and 01. RGB value is (179,116,1). Sum of RGB (Red+Green+Blue) = 179+116+1=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B37401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37401 is #4C8BFE. Grayscale: #7A7A7A. Windows color (decimal): -5016575 or 95411. OLE color: 95411.
HSL color Cylindrical-coordinate representation of color #B37401: hue angle of 38.76º degrees, saturation: 0.99, 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 #B37401 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.30 |
| HSL | 38.76º | 0.99% | 0.35% | - |
| HSV(B) | 38.76º | 0.99% | 0.7% | - |
| XYZ | 24.84 | 22.08 | 2.98 | - |
| YUV | 121.73 | 59.87 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 1 | 0 | 0.35 | 0.99 | 0.30 | 38.76 | 0.99 | 0.35 |
| Hex | B3 | 74 | 1 | 0 | 23 | 63 | 1E | 27 | 63 | 23 |
| Octal | 263 | 164 | 1 | 0 | 43 | 143 | 36 | 47 | 143 | 43 |
| Binary | 10110011 | 1110100 | 1 | 0 | 100011 | 1100011 | 11110 | 100111 | 1100011 | 100011 |
Color Harmonies of #B37401
Complementary color
Monochromatic Colors of #B37401
Black with #B37401
Text Example
Text Example
White with #B37401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37401; }
p { color: rgb(179,116,1); }
H1.HeaderClassName
{
color: #B37401;
}
.AnyTagClassName
{
color: #B37401;
}
</style>
background-color css
<style>
a { background-color: #B37401; }
a { background-color: rgb(179,116,1); }
div.DivClassName
{
background-color: #B37401;
}
.BgClassName
{
background-color: #B37401;
}
</style>
border-color css
<style>
span { border-color: #B37401; }
span { border-color: rgb(179,116,1); }
td.TdClassName
{
border-color: #B37401;
}
.TagClassName
{
border-color: #B37401;
}
</style>