Shades of Dark Goldenrod #B3790F
Tints of Dark Goldenrod #B3790F
RGB
CMYK
RGB Variations
Color information
#B3790F (or 0xB3790F) is known color: Dark Goldenrod. HEX triplet: B3, 79 and 0F. RGB value is (179,121,15). Sum of RGB (Red+Green+Blue) = 179+121+15=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B3790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3790F is #4C86F0. Grayscale: #7E7E7E. Windows color (decimal): -5015281 or 1014195. OLE color: 1014195.
HSL color Cylindrical-coordinate representation of color #B3790F: hue angle of 38.78º 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 #B3790F is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 15 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.30 |
| HSL | 38.78º | 0.85% | 0.38% | - |
| HSV(B) | 38.78º | 0.92% | 0.7% | - |
| XYZ | 25.51 | 23.29 | 3.6 | - |
| YUV | 126.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 15 | 0 | 0.32 | 0.92 | 0.30 | 38.78 | 0.85 | 0.38 |
| Hex | B3 | 79 | F | 0 | 20 | 5C | 1E | 27 | 55 | 26 |
| Octal | 263 | 171 | 17 | 0 | 40 | 134 | 36 | 47 | 125 | 46 |
| Binary | 10110011 | 1111001 | 1111 | 0 | 100000 | 1011100 | 11110 | 100111 | 1010101 | 100110 |
Color Harmonies of #B3790F
Complementary color
Monochromatic Colors of #B3790F
Black with #B3790F
Text Example
Text Example
White with #B3790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3790F; }
p { color: rgb(179,121,15); }
H1.HeaderClassName
{
color: #B3790F;
}
.AnyTagClassName
{
color: #B3790F;
}
</style>
background-color css
<style>
a { background-color: #B3790F; }
a { background-color: rgb(179,121,15); }
div.DivClassName
{
background-color: #B3790F;
}
.BgClassName
{
background-color: #B3790F;
}
</style>
border-color css
<style>
span { border-color: #B3790F; }
span { border-color: rgb(179,121,15); }
td.TdClassName
{
border-color: #B3790F;
}
.TagClassName
{
border-color: #B3790F;
}
</style>