Shades of Dark Goldenrod #B38A04
Tints of Dark Goldenrod #B38A04
RGB
CMYK
RGB Variations
Color information
#B38A04 (or 0xB38A04) is known color: Dark Goldenrod. HEX triplet: B3, 8A and 04. RGB value is (179,138,4). Sum of RGB (Red+Green+Blue) = 179+138+4=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38A04 is #4C75FB. Grayscale: #878787. Windows color (decimal): -5010940 or 297651. OLE color: 297651.
HSL color Cylindrical-coordinate representation of color #B38A04: hue angle of 45.94º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B38A04 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.30 |
| HSL | 45.94º | 0.96% | 0.36% | - |
| HSV(B) | 45.94º | 0.98% | 0.7% | - |
| XYZ | 27.7 | 27.77 | 4.01 | - |
| YUV | 134.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 4 | 0 | 0.23 | 0.98 | 0.30 | 45.94 | 0.96 | 0.36 |
| Hex | B3 | 8A | 4 | 0 | 17 | 62 | 1E | 2E | 60 | 24 |
| Octal | 263 | 212 | 4 | 0 | 27 | 142 | 36 | 56 | 140 | 44 |
| Binary | 10110011 | 10001010 | 100 | 0 | 10111 | 1100010 | 11110 | 101110 | 1100000 | 100100 |
Color Harmonies of #B38A04
Complementary color
Monochromatic Colors of #B38A04
Black with #B38A04
Text Example
Text Example
White with #B38A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A04; }
p { color: rgb(179,138,4); }
H1.HeaderClassName
{
color: #B38A04;
}
.AnyTagClassName
{
color: #B38A04;
}
</style>
background-color css
<style>
a { background-color: #B38A04; }
a { background-color: rgb(179,138,4); }
div.DivClassName
{
background-color: #B38A04;
}
.BgClassName
{
background-color: #B38A04;
}
</style>
border-color css
<style>
span { border-color: #B38A04; }
span { border-color: rgb(179,138,4); }
td.TdClassName
{
border-color: #B38A04;
}
.TagClassName
{
border-color: #B38A04;
}
</style>