Shades of Dark Goldenrod #B37F10
Tints of Dark Goldenrod #B37F10
RGB
CMYK
RGB Variations
Color information
#B37F10 (or 0xB37F10) is known color: Dark Goldenrod. HEX triplet: B3, 7F and 10. RGB value is (179,127,16). Sum of RGB (Red+Green+Blue) = 179+127+16=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37F10 is #4C80EF. Grayscale: #828282. Windows color (decimal): -5013744 or 1081267. OLE color: 1081267.
HSL color Cylindrical-coordinate representation of color #B37F10: hue angle of 40.86º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B37F10 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 16 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.30 |
| HSL | 40.86º | 0.84% | 0.38% | - |
| HSV(B) | 40.86º | 0.91% | 0.7% | - |
| XYZ | 26.27 | 24.8 | 3.89 | - |
| YUV | 129.89 | 63.73 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 16 | 0 | 0.29 | 0.91 | 0.30 | 40.86 | 0.84 | 0.38 |
| Hex | B3 | 7F | 10 | 0 | 1D | 5B | 1E | 29 | 54 | 26 |
| Octal | 263 | 177 | 20 | 0 | 35 | 133 | 36 | 51 | 124 | 46 |
| Binary | 10110011 | 1111111 | 10000 | 0 | 11101 | 1011011 | 11110 | 101001 | 1010100 | 100110 |
Color Harmonies of #B37F10
Complementary color
Monochromatic Colors of #B37F10
Black with #B37F10
Text Example
Text Example
White with #B37F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F10; }
p { color: rgb(179,127,16); }
H1.HeaderClassName
{
color: #B37F10;
}
.AnyTagClassName
{
color: #B37F10;
}
</style>
background-color css
<style>
a { background-color: #B37F10; }
a { background-color: rgb(179,127,16); }
div.DivClassName
{
background-color: #B37F10;
}
.BgClassName
{
background-color: #B37F10;
}
</style>
border-color css
<style>
span { border-color: #B37F10; }
span { border-color: rgb(179,127,16); }
td.TdClassName
{
border-color: #B37F10;
}
.TagClassName
{
border-color: #B37F10;
}
</style>