Shades of Dark Goldenrod #B3760D
Tints of Dark Goldenrod #B3760D
RGB
CMYK
RGB Variations
Color information
#B3760D (or 0xB3760D) is known color: Dark Goldenrod. HEX triplet: B3, 76 and 0D. RGB value is (179,118,13). Sum of RGB (Red+Green+Blue) = 179+118+13=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3760D is #4C89F2. Grayscale: #7C7C7C. Windows color (decimal): -5016051 or 882355. OLE color: 882355.
HSL color Cylindrical-coordinate representation of color #B3760D: hue angle of 37.95º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3760D is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 13 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.30 |
| HSL | 37.95º | 0.86% | 0.38% | - |
| HSV(B) | 37.95º | 0.93% | 0.7% | - |
| XYZ | 25.14 | 22.57 | 3.41 | - |
| YUV | 124.27 | 65.21 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 13 | 0 | 0.34 | 0.93 | 0.30 | 37.95 | 0.86 | 0.38 |
| Hex | B3 | 76 | D | 0 | 22 | 5D | 1E | 26 | 56 | 26 |
| Octal | 263 | 166 | 15 | 0 | 42 | 135 | 36 | 46 | 126 | 46 |
| Binary | 10110011 | 1110110 | 1101 | 0 | 100010 | 1011101 | 11110 | 100110 | 1010110 | 100110 |
Color Harmonies of #B3760D
Complementary color
Monochromatic Colors of #B3760D
Black with #B3760D
Text Example
Text Example
White with #B3760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3760D; }
p { color: rgb(179,118,13); }
H1.HeaderClassName
{
color: #B3760D;
}
.AnyTagClassName
{
color: #B3760D;
}
</style>
background-color css
<style>
a { background-color: #B3760D; }
a { background-color: rgb(179,118,13); }
div.DivClassName
{
background-color: #B3760D;
}
.BgClassName
{
background-color: #B3760D;
}
</style>
border-color css
<style>
span { border-color: #B3760D; }
span { border-color: rgb(179,118,13); }
td.TdClassName
{
border-color: #B3760D;
}
.TagClassName
{
border-color: #B3760D;
}
</style>