Shades of Dark Goldenrod #B3760C
Tints of Dark Goldenrod #B3760C
RGB
CMYK
RGB Variations
Color information
#B3760C (or 0xB3760C) is known color: Dark Goldenrod. HEX triplet: B3, 76 and 0C. RGB value is (179,118,12). Sum of RGB (Red+Green+Blue) = 179+118+12=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3760C is #4C89F3. Grayscale: #7C7C7C. Windows color (decimal): -5016052 or 816819. OLE color: 816819.
HSL color Cylindrical-coordinate representation of color #B3760C: hue angle of 38.08º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3760C is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 12 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.30 |
| HSL | 38.08º | 0.87% | 0.37% | - |
| HSV(B) | 38.08º | 0.93% | 0.7% | - |
| XYZ | 25.14 | 22.57 | 3.38 | - |
| YUV | 124.16 | 64.71 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 12 | 0 | 0.34 | 0.93 | 0.30 | 38.08 | 0.87 | 0.37 |
| Hex | B3 | 76 | C | 0 | 22 | 5D | 1E | 26 | 57 | 25 |
| Octal | 263 | 166 | 14 | 0 | 42 | 135 | 36 | 46 | 127 | 45 |
| Binary | 10110011 | 1110110 | 1100 | 0 | 100010 | 1011101 | 11110 | 100110 | 1010111 | 100101 |
Color Harmonies of #B3760C
Complementary color
Monochromatic Colors of #B3760C
Black with #B3760C
Text Example
Text Example
White with #B3760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3760C; }
p { color: rgb(179,118,12); }
H1.HeaderClassName
{
color: #B3760C;
}
.AnyTagClassName
{
color: #B3760C;
}
</style>
background-color css
<style>
a { background-color: #B3760C; }
a { background-color: rgb(179,118,12); }
div.DivClassName
{
background-color: #B3760C;
}
.BgClassName
{
background-color: #B3760C;
}
</style>
border-color css
<style>
span { border-color: #B3760C; }
span { border-color: rgb(179,118,12); }
td.TdClassName
{
border-color: #B3760C;
}
.TagClassName
{
border-color: #B3760C;
}
</style>