Shades of Dark Goldenrod #B38A16
Tints of Dark Goldenrod #B38A16
RGB
CMYK
RGB Variations
Color information
#B38A16 (or 0xB38A16) is known color: Dark Goldenrod. HEX triplet: B3, 8A and 16. RGB value is (179,138,22). Sum of RGB (Red+Green+Blue) = 179+138+22=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38A16 is #4C75E9. Grayscale: #898989. Windows color (decimal): -5010922 or 1477299. OLE color: 1477299.
HSL color Cylindrical-coordinate representation of color #B38A16: hue angle of 44.33º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B38A16 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 22 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.30 |
| HSL | 44.33º | 0.78% | 0.39% | - |
| HSV(B) | 44.33º | 0.88% | 0.7% | - |
| XYZ | 27.82 | 27.82 | 4.66 | - |
| YUV | 137.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 22 | 0 | 0.23 | 0.88 | 0.30 | 44.33 | 0.78 | 0.39 |
| Hex | B3 | 8A | 16 | 0 | 17 | 58 | 1E | 2C | 4E | 27 |
| Octal | 263 | 212 | 26 | 0 | 27 | 130 | 36 | 54 | 116 | 47 |
| Binary | 10110011 | 10001010 | 10110 | 0 | 10111 | 1011000 | 11110 | 101100 | 1001110 | 100111 |
Color Harmonies of #B38A16
Complementary color
Monochromatic Colors of #B38A16
Black with #B38A16
Text Example
Text Example
White with #B38A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A16; }
p { color: rgb(179,138,22); }
H1.HeaderClassName
{
color: #B38A16;
}
.AnyTagClassName
{
color: #B38A16;
}
</style>
background-color css
<style>
a { background-color: #B38A16; }
a { background-color: rgb(179,138,22); }
div.DivClassName
{
background-color: #B38A16;
}
.BgClassName
{
background-color: #B38A16;
}
</style>
border-color css
<style>
span { border-color: #B38A16; }
span { border-color: rgb(179,138,22); }
td.TdClassName
{
border-color: #B38A16;
}
.TagClassName
{
border-color: #B38A16;
}
</style>