Shades of Dark Goldenrod #B38C18
Tints of Dark Goldenrod #B38C18
RGB
CMYK
RGB Variations
Color information
#B38C18 (or 0xB38C18) is known color: Dark Goldenrod. HEX triplet: B3, 8C and 18. RGB value is (179,140,24). Sum of RGB (Red+Green+Blue) = 179+140+24=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38C18 is #4C73E7. Grayscale: #8A8A8A. Windows color (decimal): -5010408 or 1608883. OLE color: 1608883.
HSL color Cylindrical-coordinate representation of color #B38C18: hue angle of 44.9º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B38C18 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 24 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.30 |
| HSL | 44.9º | 0.76% | 0.4% | - |
| HSV(B) | 44.9º | 0.87% | 0.7% | - |
| XYZ | 28.13 | 28.41 | 4.86 | - |
| YUV | 138.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 24 | 0 | 0.22 | 0.87 | 0.30 | 44.9 | 0.76 | 0.4 |
| Hex | B3 | 8C | 18 | 0 | 16 | 57 | 1E | 2D | 4C | 28 |
| Octal | 263 | 214 | 30 | 0 | 26 | 127 | 36 | 55 | 114 | 50 |
| Binary | 10110011 | 10001100 | 11000 | 0 | 10110 | 1010111 | 11110 | 101101 | 1001100 | 101000 |
Color Harmonies of #B38C18
Complementary color
Monochromatic Colors of #B38C18
Black with #B38C18
Text Example
Text Example
White with #B38C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C18; }
p { color: rgb(179,140,24); }
H1.HeaderClassName
{
color: #B38C18;
}
.AnyTagClassName
{
color: #B38C18;
}
</style>
background-color css
<style>
a { background-color: #B38C18; }
a { background-color: rgb(179,140,24); }
div.DivClassName
{
background-color: #B38C18;
}
.BgClassName
{
background-color: #B38C18;
}
</style>
border-color css
<style>
span { border-color: #B38C18; }
span { border-color: rgb(179,140,24); }
td.TdClassName
{
border-color: #B38C18;
}
.TagClassName
{
border-color: #B38C18;
}
</style>