Shades of Dark Goldenrod #B38C00
Tints of Dark Goldenrod #B38C00
RGB
CMYK
RGB Variations
Color information
#B38C00 (or 0xB38C00) is known color: Dark Goldenrod. HEX triplet: B3, 8C and 00. RGB value is (179,140,0). Sum of RGB (Red+Green+Blue) = 179+140+0=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38C00 is #4C73FF. Grayscale: #888888. Windows color (decimal): -5010432 or 36019. OLE color: 36019.
HSL color Cylindrical-coordinate representation of color #B38C00: hue angle of 46.93º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B38C00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.30 |
| HSL | 46.93º | 1% | 0.35% | - |
| HSV(B) | 46.93º | 1% | 0.7% | - |
| XYZ | 27.97 | 28.34 | 4 | - |
| YUV | 135.7 | 51.42 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 0 | 0 | 0.22 | 1 | 0.30 | 46.93 | 1 | 0.35 |
| Hex | B3 | 8C | 0 | 0 | 16 | 64 | 1E | 2F | 64 | 23 |
| Octal | 263 | 214 | 0 | 0 | 26 | 144 | 36 | 57 | 144 | 43 |
| Binary | 10110011 | 10001100 | 0 | 0 | 10110 | 1100100 | 11110 | 101111 | 1100100 | 100011 |
Color Harmonies of #B38C00
Complementary color
Monochromatic Colors of #B38C00
Black with #B38C00
Text Example
Text Example
White with #B38C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C00; }
p { color: rgb(179,140,0); }
H1.HeaderClassName
{
color: #B38C00;
}
.AnyTagClassName
{
color: #B38C00;
}
</style>
background-color css
<style>
a { background-color: #B38C00; }
a { background-color: rgb(179,140,0); }
div.DivClassName
{
background-color: #B38C00;
}
.BgClassName
{
background-color: #B38C00;
}
</style>
border-color css
<style>
span { border-color: #B38C00; }
span { border-color: rgb(179,140,0); }
td.TdClassName
{
border-color: #B38C00;
}
.TagClassName
{
border-color: #B38C00;
}
</style>