Shades of Dark Goldenrod #B37F09
Tints of Dark Goldenrod #B37F09
RGB
CMYK
RGB Variations
Color information
#B37F09 (or 0xB37F09) is known color: Dark Goldenrod. HEX triplet: B3, 7F and 09. RGB value is (179,127,9). Sum of RGB (Red+Green+Blue) = 179+127+9=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37F09 is #4C80F6. Grayscale: #818181. Windows color (decimal): -5013751 or 622515. OLE color: 622515.
HSL color Cylindrical-coordinate representation of color #B37F09: hue angle of 41.65º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B37F09 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 9 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.30 |
| HSL | 41.65º | 0.9% | 0.37% | - |
| HSV(B) | 41.65º | 0.95% | 0.7% | - |
| XYZ | 26.23 | 24.78 | 3.66 | - |
| YUV | 129.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 9 | 0 | 0.29 | 0.95 | 0.30 | 41.65 | 0.9 | 0.37 |
| Hex | B3 | 7F | 9 | 0 | 1D | 5F | 1E | 2A | 5A | 25 |
| Octal | 263 | 177 | 11 | 0 | 35 | 137 | 36 | 52 | 132 | 45 |
| Binary | 10110011 | 1111111 | 1001 | 0 | 11101 | 1011111 | 11110 | 101010 | 1011010 | 100101 |
Color Harmonies of #B37F09
Complementary color
Monochromatic Colors of #B37F09
Black with #B37F09
Text Example
Text Example
White with #B37F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F09; }
p { color: rgb(179,127,9); }
H1.HeaderClassName
{
color: #B37F09;
}
.AnyTagClassName
{
color: #B37F09;
}
</style>
background-color css
<style>
a { background-color: #B37F09; }
a { background-color: rgb(179,127,9); }
div.DivClassName
{
background-color: #B37F09;
}
.BgClassName
{
background-color: #B37F09;
}
</style>
border-color css
<style>
span { border-color: #B37F09; }
span { border-color: rgb(179,127,9); }
td.TdClassName
{
border-color: #B37F09;
}
.TagClassName
{
border-color: #B37F09;
}
</style>