Shades of Dark Goldenrod #B58400
Tints of Dark Goldenrod #B58400
RGB
CMYK
RGB Variations
Color information
#B58400 (or 0xB58400) is known color: Dark Goldenrod. HEX triplet: B5, 84 and 00. RGB value is (181,132,0). Sum of RGB (Red+Green+Blue) = 181+132+0=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B58400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58400 is #4A7BFF. Grayscale: #848484. Windows color (decimal): -4881408 or 33973. OLE color: 33973.
HSL color Cylindrical-coordinate representation of color #B58400: hue angle of 43.76º 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 #B58400 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.29 |
| HSL | 43.76º | 1% | 0.35% | - |
| HSV(B) | 43.76º | 1% | 0.71% | - |
| XYZ | 27.31 | 26.33 | 3.64 | - |
| YUV | 131.6 | 53.73 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 0 | 0 | 0.27 | 1 | 0.29 | 43.76 | 1 | 0.35 |
| Hex | B5 | 84 | 0 | 0 | 1B | 64 | 1D | 2C | 64 | 23 |
| Octal | 265 | 204 | 0 | 0 | 33 | 144 | 35 | 54 | 144 | 43 |
| Binary | 10110101 | 10000100 | 0 | 0 | 11011 | 1100100 | 11101 | 101100 | 1100100 | 100011 |
Color Harmonies of #B58400
Complementary color
Monochromatic Colors of #B58400
Black with #B58400
Text Example
Text Example
White with #B58400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58400; }
p { color: rgb(181,132,0); }
H1.HeaderClassName
{
color: #B58400;
}
.AnyTagClassName
{
color: #B58400;
}
</style>
background-color css
<style>
a { background-color: #B58400; }
a { background-color: rgb(181,132,0); }
div.DivClassName
{
background-color: #B58400;
}
.BgClassName
{
background-color: #B58400;
}
</style>
border-color css
<style>
span { border-color: #B58400; }
span { border-color: rgb(181,132,0); }
td.TdClassName
{
border-color: #B58400;
}
.TagClassName
{
border-color: #B58400;
}
</style>