Shades of Dark Goldenrod #B49400
Tints of Dark Goldenrod #B49400
RGB
CMYK
RGB Variations
Color information
#B49400 (or 0xB49400) is known color: Dark Goldenrod. HEX triplet: B4, 94 and 00. RGB value is (180,148,0). Sum of RGB (Red+Green+Blue) = 180+148+0=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B49400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49400 is #4B6BFF. Grayscale: #8D8D8D. Windows color (decimal): -4942848 or 38068. OLE color: 38068.
HSL color Cylindrical-coordinate representation of color #B49400: hue angle of 49.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B49400 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 148 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.29 |
| HSL | 49.33º | 1% | 0.35% | - |
| HSV(B) | 49.33º | 1% | 0.71% | - |
| XYZ | 29.41 | 30.88 | 4.41 | - |
| YUV | 140.7 | 48.6 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 148 | 0 | 0 | 0.18 | 1 | 0.29 | 49.33 | 1 | 0.35 |
| Hex | B4 | 94 | 0 | 0 | 12 | 64 | 1D | 31 | 64 | 23 |
| Octal | 264 | 224 | 0 | 0 | 22 | 144 | 35 | 61 | 144 | 43 |
| Binary | 10110100 | 10010100 | 0 | 0 | 10010 | 1100100 | 11101 | 110001 | 1100100 | 100011 |
Color Harmonies of #B49400
Complementary color
Monochromatic Colors of #B49400
Black with #B49400
Text Example
Text Example
White with #B49400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49400; }
p { color: rgb(180,148,0); }
H1.HeaderClassName
{
color: #B49400;
}
.AnyTagClassName
{
color: #B49400;
}
</style>
background-color css
<style>
a { background-color: #B49400; }
a { background-color: rgb(180,148,0); }
div.DivClassName
{
background-color: #B49400;
}
.BgClassName
{
background-color: #B49400;
}
</style>
border-color css
<style>
span { border-color: #B49400; }
span { border-color: rgb(180,148,0); }
td.TdClassName
{
border-color: #B49400;
}
.TagClassName
{
border-color: #B49400;
}
</style>