Shades of Dark Goldenrod #B58A00
Tints of Dark Goldenrod #B58A00
RGB
CMYK
RGB Variations
Color information
#B58A00 (or 0xB58A00) is known color: Dark Goldenrod. HEX triplet: B5, 8A and 00. RGB value is (181,138,0). Sum of RGB (Red+Green+Blue) = 181+138+0=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58A00 is #4A75FF. Grayscale: #878787. Windows color (decimal): -4879872 or 35509. OLE color: 35509.
HSL color Cylindrical-coordinate representation of color #B58A00: hue angle of 45.75º 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 #B58A00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.29 |
| HSL | 45.75º | 1% | 0.35% | - |
| HSV(B) | 45.75º | 1% | 0.71% | - |
| XYZ | 28.14 | 28 | 3.92 | - |
| YUV | 135.13 | 51.75 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 0 | 0 | 0.24 | 1 | 0.29 | 45.75 | 1 | 0.35 |
| Hex | B5 | 8A | 0 | 0 | 18 | 64 | 1D | 2E | 64 | 23 |
| Octal | 265 | 212 | 0 | 0 | 30 | 144 | 35 | 56 | 144 | 43 |
| Binary | 10110101 | 10001010 | 0 | 0 | 11000 | 1100100 | 11101 | 101110 | 1100100 | 100011 |
Color Harmonies of #B58A00
Complementary color
Monochromatic Colors of #B58A00
Black with #B58A00
Text Example
Text Example
White with #B58A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A00; }
p { color: rgb(181,138,0); }
H1.HeaderClassName
{
color: #B58A00;
}
.AnyTagClassName
{
color: #B58A00;
}
</style>
background-color css
<style>
a { background-color: #B58A00; }
a { background-color: rgb(181,138,0); }
div.DivClassName
{
background-color: #B58A00;
}
.BgClassName
{
background-color: #B58A00;
}
</style>
border-color css
<style>
span { border-color: #B58A00; }
span { border-color: rgb(181,138,0); }
td.TdClassName
{
border-color: #B58A00;
}
.TagClassName
{
border-color: #B58A00;
}
</style>