Shades of Dark Goldenrod #B3810E
Tints of Dark Goldenrod #B3810E
RGB
CMYK
RGB Variations
Color information
#B3810E (or 0xB3810E) is known color: Dark Goldenrod. HEX triplet: B3, 81 and 0E. RGB value is (179,129,14). Sum of RGB (Red+Green+Blue) = 179+129+14=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B3810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3810E is #4C7EF1. Grayscale: #838383. Windows color (decimal): -5013234 or 950707. OLE color: 950707.
HSL color Cylindrical-coordinate representation of color #B3810E: hue angle of 41.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3810E is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 14 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.30 |
| HSL | 41.82º | 0.85% | 0.38% | - |
| HSV(B) | 41.82º | 0.92% | 0.7% | - |
| XYZ | 26.52 | 25.32 | 3.9 | - |
| YUV | 130.84 | 62.07 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 14 | 0 | 0.28 | 0.92 | 0.30 | 41.82 | 0.85 | 0.38 |
| Hex | B3 | 81 | E | 0 | 1C | 5C | 1E | 2A | 55 | 26 |
| Octal | 263 | 201 | 16 | 0 | 34 | 134 | 36 | 52 | 125 | 46 |
| Binary | 10110011 | 10000001 | 1110 | 0 | 11100 | 1011100 | 11110 | 101010 | 1010101 | 100110 |
Color Harmonies of #B3810E
Complementary color
Monochromatic Colors of #B3810E
Black with #B3810E
Text Example
Text Example
White with #B3810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3810E; }
p { color: rgb(179,129,14); }
H1.HeaderClassName
{
color: #B3810E;
}
.AnyTagClassName
{
color: #B3810E;
}
</style>
background-color css
<style>
a { background-color: #B3810E; }
a { background-color: rgb(179,129,14); }
div.DivClassName
{
background-color: #B3810E;
}
.BgClassName
{
background-color: #B3810E;
}
</style>
border-color css
<style>
span { border-color: #B3810E; }
span { border-color: rgb(179,129,14); }
td.TdClassName
{
border-color: #B3810E;
}
.TagClassName
{
border-color: #B3810E;
}
</style>