Shades of Dark Goldenrod #B37101
Tints of Dark Goldenrod #B37101
RGB
CMYK
RGB Variations
Color information
#B37101 (or 0xB37101) is known color: Dark Goldenrod. HEX triplet: B3, 71 and 01. RGB value is (179,113,1). Sum of RGB (Red+Green+Blue) = 179+113+1=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B37101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37101 is #4C8EFE. Grayscale: #787878. Windows color (decimal): -5017343 or 94643. OLE color: 94643.
HSL color Cylindrical-coordinate representation of color #B37101: hue angle of 37.75º 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 #B37101 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.30 |
| HSL | 37.75º | 0.99% | 0.35% | - |
| HSV(B) | 37.75º | 0.99% | 0.7% | - |
| XYZ | 24.5 | 21.4 | 2.87 | - |
| YUV | 119.97 | 60.87 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 1 | 0 | 0.37 | 0.99 | 0.30 | 37.75 | 0.99 | 0.35 |
| Hex | B3 | 71 | 1 | 0 | 25 | 63 | 1E | 26 | 63 | 23 |
| Octal | 263 | 161 | 1 | 0 | 45 | 143 | 36 | 46 | 143 | 43 |
| Binary | 10110011 | 1110001 | 1 | 0 | 100101 | 1100011 | 11110 | 100110 | 1100011 | 100011 |
Color Harmonies of #B37101
Complementary color
Monochromatic Colors of #B37101
Black with #B37101
Text Example
Text Example
White with #B37101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37101; }
p { color: rgb(179,113,1); }
H1.HeaderClassName
{
color: #B37101;
}
.AnyTagClassName
{
color: #B37101;
}
</style>
background-color css
<style>
a { background-color: #B37101; }
a { background-color: rgb(179,113,1); }
div.DivClassName
{
background-color: #B37101;
}
.BgClassName
{
background-color: #B37101;
}
</style>
border-color css
<style>
span { border-color: #B37101; }
span { border-color: rgb(179,113,1); }
td.TdClassName
{
border-color: #B37101;
}
.TagClassName
{
border-color: #B37101;
}
</style>