Shades of Dark Goldenrod #B58F00
Tints of Dark Goldenrod #B58F00
RGB
CMYK
RGB Variations
Color information
#B58F00 (or 0xB58F00) is known color: Dark Goldenrod. HEX triplet: B5, 8F and 00. RGB value is (181,143,0). Sum of RGB (Red+Green+Blue) = 181+143+0=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58F00 is #4A70FF. Grayscale: #8A8A8A. Windows color (decimal): -4878592 or 36789. OLE color: 36789.
HSL color Cylindrical-coordinate representation of color #B58F00: hue angle of 47.4º 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 #B58F00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.29 |
| HSL | 47.4º | 1% | 0.35% | - |
| HSV(B) | 47.4º | 1% | 0.71% | - |
| XYZ | 28.88 | 29.47 | 4.17 | - |
| YUV | 138.06 | 50.09 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 0 | 0 | 0.21 | 1 | 0.29 | 47.4 | 1 | 0.35 |
| Hex | B5 | 8F | 0 | 0 | 15 | 64 | 1D | 2F | 64 | 23 |
| Octal | 265 | 217 | 0 | 0 | 25 | 144 | 35 | 57 | 144 | 43 |
| Binary | 10110101 | 10001111 | 0 | 0 | 10101 | 1100100 | 11101 | 101111 | 1100100 | 100011 |
Color Harmonies of #B58F00
Complementary color
Monochromatic Colors of #B58F00
Black with #B58F00
Text Example
Text Example
White with #B58F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F00; }
p { color: rgb(181,143,0); }
H1.HeaderClassName
{
color: #B58F00;
}
.AnyTagClassName
{
color: #B58F00;
}
</style>
background-color css
<style>
a { background-color: #B58F00; }
a { background-color: rgb(181,143,0); }
div.DivClassName
{
background-color: #B58F00;
}
.BgClassName
{
background-color: #B58F00;
}
</style>
border-color css
<style>
span { border-color: #B58F00; }
span { border-color: rgb(181,143,0); }
td.TdClassName
{
border-color: #B58F00;
}
.TagClassName
{
border-color: #B58F00;
}
</style>