Shades of Dark Goldenrod #B48400
Tints of Dark Goldenrod #B48400
RGB
CMYK
RGB Variations
Color information
#B48400 (or 0xB48400) is known color: Dark Goldenrod. HEX triplet: B4, 84 and 00. RGB value is (180,132,0). Sum of RGB (Red+Green+Blue) = 180+132+0=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B48400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48400 is #4B7BFF. Grayscale: #838383. Windows color (decimal): -4946944 or 33972. OLE color: 33972.
HSL color Cylindrical-coordinate representation of color #B48400: hue angle of 44º 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 #B48400 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.29 |
| HSL | 44º | 1% | 0.35% | - |
| HSV(B) | 44º | 1% | 0.71% | - |
| XYZ | 27.07 | 26.21 | 3.63 | - |
| YUV | 131.3 | 53.9 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 0 | 0 | 0.27 | 1 | 0.29 | 44 | 1 | 0.35 |
| Hex | B4 | 84 | 0 | 0 | 1B | 64 | 1D | 2C | 64 | 23 |
| Octal | 264 | 204 | 0 | 0 | 33 | 144 | 35 | 54 | 144 | 43 |
| Binary | 10110100 | 10000100 | 0 | 0 | 11011 | 1100100 | 11101 | 101100 | 1100100 | 100011 |
Color Harmonies of #B48400
Complementary color
Monochromatic Colors of #B48400
Black with #B48400
Text Example
Text Example
White with #B48400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48400; }
p { color: rgb(180,132,0); }
H1.HeaderClassName
{
color: #B48400;
}
.AnyTagClassName
{
color: #B48400;
}
</style>
background-color css
<style>
a { background-color: #B48400; }
a { background-color: rgb(180,132,0); }
div.DivClassName
{
background-color: #B48400;
}
.BgClassName
{
background-color: #B48400;
}
</style>
border-color css
<style>
span { border-color: #B48400; }
span { border-color: rgb(180,132,0); }
td.TdClassName
{
border-color: #B48400;
}
.TagClassName
{
border-color: #B48400;
}
</style>