Shades of Dark Goldenrod #B57400
Tints of Dark Goldenrod #B57400
RGB
CMYK
RGB Variations
Color information
#B57400 (or 0xB57400) is known color: Dark Goldenrod. HEX triplet: B5, 74 and 00. RGB value is (181,116,0). Sum of RGB (Red+Green+Blue) = 181+116+0=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B57400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57400 is #4A8BFF. Grayscale: #7A7A7A. Windows color (decimal): -4885504 or 29877. OLE color: 29877.
HSL color Cylindrical-coordinate representation of color #B57400: hue angle of 38.45º 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 #B57400 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.29 |
| HSL | 38.45º | 1% | 0.35% | - |
| HSV(B) | 38.45º | 1% | 0.71% | - |
| XYZ | 25.3 | 22.31 | 2.97 | - |
| YUV | 122.21 | 59.03 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 0 | 0 | 0.36 | 1 | 0.29 | 38.45 | 1 | 0.35 |
| Hex | B5 | 74 | 0 | 0 | 24 | 64 | 1D | 26 | 64 | 23 |
| Octal | 265 | 164 | 0 | 0 | 44 | 144 | 35 | 46 | 144 | 43 |
| Binary | 10110101 | 1110100 | 0 | 0 | 100100 | 1100100 | 11101 | 100110 | 1100100 | 100011 |
Color Harmonies of #B57400
Complementary color
Monochromatic Colors of #B57400
Black with #B57400
Text Example
Text Example
White with #B57400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57400; }
p { color: rgb(181,116,0); }
H1.HeaderClassName
{
color: #B57400;
}
.AnyTagClassName
{
color: #B57400;
}
</style>
background-color css
<style>
a { background-color: #B57400; }
a { background-color: rgb(181,116,0); }
div.DivClassName
{
background-color: #B57400;
}
.BgClassName
{
background-color: #B57400;
}
</style>
border-color css
<style>
span { border-color: #B57400; }
span { border-color: rgb(181,116,0); }
td.TdClassName
{
border-color: #B57400;
}
.TagClassName
{
border-color: #B57400;
}
</style>