Shades of Dark Goldenrod #B38A0A
Tints of Dark Goldenrod #B38A0A
RGB
CMYK
RGB Variations
Color information
#B38A0A (or 0xB38A0A) is known color: Dark Goldenrod. HEX triplet: B3, 8A and 0A. RGB value is (179,138,10). Sum of RGB (Red+Green+Blue) = 179+138+10=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38A0A is #4C75F5. Grayscale: #888888. Windows color (decimal): -5010934 or 690867. OLE color: 690867.
HSL color Cylindrical-coordinate representation of color #B38A0A: hue angle of 45.44º degrees, saturation: 0.89, 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 #B38A0A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 10 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.30 |
| HSL | 45.44º | 0.89% | 0.37% | - |
| HSV(B) | 45.44º | 0.94% | 0.7% | - |
| XYZ | 27.73 | 27.78 | 4.19 | - |
| YUV | 135.67 | 57.08 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 10 | 0 | 0.23 | 0.94 | 0.30 | 45.44 | 0.89 | 0.37 |
| Hex | B3 | 8A | A | 0 | 17 | 5E | 1E | 2D | 59 | 25 |
| Octal | 263 | 212 | 12 | 0 | 27 | 136 | 36 | 55 | 131 | 45 |
| Binary | 10110011 | 10001010 | 1010 | 0 | 10111 | 1011110 | 11110 | 101101 | 1011001 | 100101 |
Color Harmonies of #B38A0A
Complementary color
Monochromatic Colors of #B38A0A
Black with #B38A0A
Text Example
Text Example
White with #B38A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A0A; }
p { color: rgb(179,138,10); }
H1.HeaderClassName
{
color: #B38A0A;
}
.AnyTagClassName
{
color: #B38A0A;
}
</style>
background-color css
<style>
a { background-color: #B38A0A; }
a { background-color: rgb(179,138,10); }
div.DivClassName
{
background-color: #B38A0A;
}
.BgClassName
{
background-color: #B38A0A;
}
</style>
border-color css
<style>
span { border-color: #B38A0A; }
span { border-color: rgb(179,138,10); }
td.TdClassName
{
border-color: #B38A0A;
}
.TagClassName
{
border-color: #B38A0A;
}
</style>