Shades of Dark Goldenrod #B37F01
Tints of Dark Goldenrod #B37F01
RGB
CMYK
RGB Variations
Color information
#B37F01 (or 0xB37F01) is known color: Dark Goldenrod. HEX triplet: B3, 7F and 01. RGB value is (179,127,1). Sum of RGB (Red+Green+Blue) = 179+127+1=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37F01 is #4C80FE. Grayscale: #808080. Windows color (decimal): -5013759 or 98227. OLE color: 98227.
HSL color Cylindrical-coordinate representation of color #B37F01: hue angle of 42.47º 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 #B37F01 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.30 |
| HSL | 42.47º | 0.99% | 0.35% | - |
| HSV(B) | 42.47º | 0.99% | 0.7% | - |
| XYZ | 26.19 | 24.76 | 3.43 | - |
| YUV | 128.18 | 56.23 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 1 | 0 | 0.29 | 0.99 | 0.30 | 42.47 | 0.99 | 0.35 |
| Hex | B3 | 7F | 1 | 0 | 1D | 63 | 1E | 2A | 63 | 23 |
| Octal | 263 | 177 | 1 | 0 | 35 | 143 | 36 | 52 | 143 | 43 |
| Binary | 10110011 | 1111111 | 1 | 0 | 11101 | 1100011 | 11110 | 101010 | 1100011 | 100011 |
Color Harmonies of #B37F01
Complementary color
Monochromatic Colors of #B37F01
Black with #B37F01
Text Example
Text Example
White with #B37F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F01; }
p { color: rgb(179,127,1); }
H1.HeaderClassName
{
color: #B37F01;
}
.AnyTagClassName
{
color: #B37F01;
}
</style>
background-color css
<style>
a { background-color: #B37F01; }
a { background-color: rgb(179,127,1); }
div.DivClassName
{
background-color: #B37F01;
}
.BgClassName
{
background-color: #B37F01;
}
</style>
border-color css
<style>
span { border-color: #B37F01; }
span { border-color: rgb(179,127,1); }
td.TdClassName
{
border-color: #B37F01;
}
.TagClassName
{
border-color: #B37F01;
}
</style>