Shades of Dark Goldenrod #B76A04
Tints of Dark Goldenrod #B76A04
RGB
CMYK
RGB Variations
Color information
#B76A04 (or 0xB76A04) is known color: Dark Goldenrod. HEX triplet: B7, 6A and 04. RGB value is (183,106,4). Sum of RGB (Red+Green+Blue) = 183+106+4=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A04 is #4895FB. Grayscale: #757575. Windows color (decimal): -4756988 or 289463. OLE color: 289463.
HSL color Cylindrical-coordinate representation of color #B76A04: hue angle of 34.19º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B76A04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.28 |
| HSL | 34.19º | 0.96% | 0.37% | - |
| HSV(B) | 34.19º | 0.98% | 0.72% | - |
| XYZ | 24.7 | 20.38 | 2.75 | - |
| YUV | 117.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 4 | 0 | 0.42 | 0.98 | 0.28 | 34.19 | 0.96 | 0.37 |
| Hex | B7 | 6A | 4 | 0 | 2A | 62 | 1C | 22 | 60 | 25 |
| Octal | 267 | 152 | 4 | 0 | 52 | 142 | 34 | 42 | 140 | 45 |
| Binary | 10110111 | 1101010 | 100 | 0 | 101010 | 1100010 | 11100 | 100010 | 1100000 | 100101 |
Color Harmonies of #B76A04
Complementary color
Monochromatic Colors of #B76A04
Black with #B76A04
Text Example
Text Example
White with #B76A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A04; }
p { color: rgb(183,106,4); }
H1.HeaderClassName
{
color: #B76A04;
}
.AnyTagClassName
{
color: #B76A04;
}
</style>
background-color css
<style>
a { background-color: #B76A04; }
a { background-color: rgb(183,106,4); }
div.DivClassName
{
background-color: #B76A04;
}
.BgClassName
{
background-color: #B76A04;
}
</style>
border-color css
<style>
span { border-color: #B76A04; }
span { border-color: rgb(183,106,4); }
td.TdClassName
{
border-color: #B76A04;
}
.TagClassName
{
border-color: #B76A04;
}
</style>