Shades of Dark Goldenrod #B3790A
Tints of Dark Goldenrod #B3790A
RGB
CMYK
RGB Variations
Color information
#B3790A (or 0xB3790A) is known color: Dark Goldenrod. HEX triplet: B3, 79 and 0A. RGB value is (179,121,10). Sum of RGB (Red+Green+Blue) = 179+121+10=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3790A is #4C86F5. Grayscale: #7E7E7E. Windows color (decimal): -5015286 or 686515. OLE color: 686515.
HSL color Cylindrical-coordinate representation of color #B3790A: hue angle of 39.41º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3790A is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 10 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.30 |
| HSL | 39.41º | 0.89% | 0.37% | - |
| HSV(B) | 39.41º | 0.94% | 0.7% | - |
| XYZ | 25.48 | 23.28 | 3.44 | - |
| YUV | 125.69 | 62.72 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 10 | 0 | 0.32 | 0.94 | 0.30 | 39.41 | 0.89 | 0.37 |
| Hex | B3 | 79 | A | 0 | 20 | 5E | 1E | 27 | 59 | 25 |
| Octal | 263 | 171 | 12 | 0 | 40 | 136 | 36 | 47 | 131 | 45 |
| Binary | 10110011 | 1111001 | 1010 | 0 | 100000 | 1011110 | 11110 | 100111 | 1011001 | 100101 |
Color Harmonies of #B3790A
Complementary color
Monochromatic Colors of #B3790A
Black with #B3790A
Text Example
Text Example
White with #B3790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3790A; }
p { color: rgb(179,121,10); }
H1.HeaderClassName
{
color: #B3790A;
}
.AnyTagClassName
{
color: #B3790A;
}
</style>
background-color css
<style>
a { background-color: #B3790A; }
a { background-color: rgb(179,121,10); }
div.DivClassName
{
background-color: #B3790A;
}
.BgClassName
{
background-color: #B3790A;
}
</style>
border-color css
<style>
span { border-color: #B3790A; }
span { border-color: rgb(179,121,10); }
td.TdClassName
{
border-color: #B3790A;
}
.TagClassName
{
border-color: #B3790A;
}
</style>