Shades of Dark Goldenrod #B48500
Tints of Dark Goldenrod #B48500
RGB
CMYK
RGB Variations
Color information
#B48500 (or 0xB48500) is known color: Dark Goldenrod. HEX triplet: B4, 85 and 00. RGB value is (180,133,0). Sum of RGB (Red+Green+Blue) = 180+133+0=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B48500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48500 is #4B7AFF. Grayscale: #848484. Windows color (decimal): -4946688 or 34228. OLE color: 34228.
HSL color Cylindrical-coordinate representation of color #B48500: hue angle of 44.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 #B48500 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.29 |
| HSL | 44.33º | 1% | 0.35% | - |
| HSV(B) | 44.33º | 1% | 0.71% | - |
| XYZ | 27.21 | 26.48 | 3.68 | - |
| YUV | 131.89 | 53.57 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 0 | 0 | 0.26 | 1 | 0.29 | 44.33 | 1 | 0.35 |
| Hex | B4 | 85 | 0 | 0 | 1A | 64 | 1D | 2C | 64 | 23 |
| Octal | 264 | 205 | 0 | 0 | 32 | 144 | 35 | 54 | 144 | 43 |
| Binary | 10110100 | 10000101 | 0 | 0 | 11010 | 1100100 | 11101 | 101100 | 1100100 | 100011 |
Color Harmonies of #B48500
Complementary color
Monochromatic Colors of #B48500
Black with #B48500
Text Example
Text Example
White with #B48500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48500; }
p { color: rgb(180,133,0); }
H1.HeaderClassName
{
color: #B48500;
}
.AnyTagClassName
{
color: #B48500;
}
</style>
background-color css
<style>
a { background-color: #B48500; }
a { background-color: rgb(180,133,0); }
div.DivClassName
{
background-color: #B48500;
}
.BgClassName
{
background-color: #B48500;
}
</style>
border-color css
<style>
span { border-color: #B48500; }
span { border-color: rgb(180,133,0); }
td.TdClassName
{
border-color: #B48500;
}
.TagClassName
{
border-color: #B48500;
}
</style>