Shades of Dark Goldenrod #B3740B
Tints of Dark Goldenrod #B3740B
RGB
CMYK
RGB Variations
Color information
#B3740B (or 0xB3740B) is known color: Dark Goldenrod. HEX triplet: B3, 74 and 0B. RGB value is (179,116,11). Sum of RGB (Red+Green+Blue) = 179+116+11=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B3740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3740B is #4C8BF4. Grayscale: #7B7B7B. Windows color (decimal): -5016565 or 750771. OLE color: 750771.
HSL color Cylindrical-coordinate representation of color #B3740B: hue angle of 37.5º degrees, saturation: 0.88, 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 #B3740B is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 11 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.30 |
| HSL | 37.5º | 0.88% | 0.37% | - |
| HSV(B) | 37.5º | 0.94% | 0.7% | - |
| XYZ | 24.9 | 22.1 | 3.27 | - |
| YUV | 122.87 | 64.87 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 11 | 0 | 0.35 | 0.94 | 0.30 | 37.5 | 0.88 | 0.37 |
| Hex | B3 | 74 | B | 0 | 23 | 5E | 1E | 26 | 58 | 25 |
| Octal | 263 | 164 | 13 | 0 | 43 | 136 | 36 | 46 | 130 | 45 |
| Binary | 10110011 | 1110100 | 1011 | 0 | 100011 | 1011110 | 11110 | 100110 | 1011000 | 100101 |
Color Harmonies of #B3740B
Complementary color
Monochromatic Colors of #B3740B
Black with #B3740B
Text Example
Text Example
White with #B3740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3740B; }
p { color: rgb(179,116,11); }
H1.HeaderClassName
{
color: #B3740B;
}
.AnyTagClassName
{
color: #B3740B;
}
</style>
background-color css
<style>
a { background-color: #B3740B; }
a { background-color: rgb(179,116,11); }
div.DivClassName
{
background-color: #B3740B;
}
.BgClassName
{
background-color: #B3740B;
}
</style>
border-color css
<style>
span { border-color: #B3740B; }
span { border-color: rgb(179,116,11); }
td.TdClassName
{
border-color: #B3740B;
}
.TagClassName
{
border-color: #B3740B;
}
</style>