Shades of Dark Goldenrod #B3760B
Tints of Dark Goldenrod #B3760B
RGB
CMYK
RGB Variations
Color information
#B3760B (or 0xB3760B) is known color: Dark Goldenrod. HEX triplet: B3, 76 and 0B. RGB value is (179,118,11). Sum of RGB (Red+Green+Blue) = 179+118+11=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B3760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3760B is #4C89F4. Grayscale: #7C7C7C. Windows color (decimal): -5016053 or 751283. OLE color: 751283.
HSL color Cylindrical-coordinate representation of color #B3760B: hue angle of 38.21º 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 #B3760B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.30 |
| HSL | 38.21º | 0.88% | 0.37% | - |
| HSV(B) | 38.21º | 0.94% | 0.7% | - |
| XYZ | 25.13 | 22.56 | 3.35 | - |
| YUV | 124.04 | 64.21 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 11 | 0 | 0.34 | 0.94 | 0.30 | 38.21 | 0.88 | 0.37 |
| Hex | B3 | 76 | B | 0 | 22 | 5E | 1E | 26 | 58 | 25 |
| Octal | 263 | 166 | 13 | 0 | 42 | 136 | 36 | 46 | 130 | 45 |
| Binary | 10110011 | 1110110 | 1011 | 0 | 100010 | 1011110 | 11110 | 100110 | 1011000 | 100101 |
Color Harmonies of #B3760B
Complementary color
Monochromatic Colors of #B3760B
Black with #B3760B
Text Example
Text Example
White with #B3760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3760B; }
p { color: rgb(179,118,11); }
H1.HeaderClassName
{
color: #B3760B;
}
.AnyTagClassName
{
color: #B3760B;
}
</style>
background-color css
<style>
a { background-color: #B3760B; }
a { background-color: rgb(179,118,11); }
div.DivClassName
{
background-color: #B3760B;
}
.BgClassName
{
background-color: #B3760B;
}
</style>
border-color css
<style>
span { border-color: #B3760B; }
span { border-color: rgb(179,118,11); }
td.TdClassName
{
border-color: #B3760B;
}
.TagClassName
{
border-color: #B3760B;
}
</style>