Shades of Dark Goldenrod #B58F02
Tints of Dark Goldenrod #B58F02
RGB
CMYK
RGB Variations
Color information
#B58F02 (or 0xB58F02) is known color: Dark Goldenrod. HEX triplet: B5, 8F and 02. RGB value is (181,143,2). Sum of RGB (Red+Green+Blue) = 181+143+2=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58F02 is #4A70FD. Grayscale: #8A8A8A. Windows color (decimal): -4878590 or 167861. OLE color: 167861.
HSL color Cylindrical-coordinate representation of color #B58F02: hue angle of 47.26º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B58F02 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.29 |
| HSL | 47.26º | 0.98% | 0.36% | - |
| HSV(B) | 47.26º | 0.99% | 0.71% | - |
| XYZ | 28.89 | 29.47 | 4.22 | - |
| YUV | 138.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 2 | 0 | 0.21 | 0.99 | 0.29 | 47.26 | 0.98 | 0.36 |
| Hex | B5 | 8F | 2 | 0 | 15 | 63 | 1D | 2F | 62 | 24 |
| Octal | 265 | 217 | 2 | 0 | 25 | 143 | 35 | 57 | 142 | 44 |
| Binary | 10110101 | 10001111 | 10 | 0 | 10101 | 1100011 | 11101 | 101111 | 1100010 | 100100 |
Color Harmonies of #B58F02
Complementary color
Monochromatic Colors of #B58F02
Black with #B58F02
Text Example
Text Example
White with #B58F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F02; }
p { color: rgb(181,143,2); }
H1.HeaderClassName
{
color: #B58F02;
}
.AnyTagClassName
{
color: #B58F02;
}
</style>
background-color css
<style>
a { background-color: #B58F02; }
a { background-color: rgb(181,143,2); }
div.DivClassName
{
background-color: #B58F02;
}
.BgClassName
{
background-color: #B58F02;
}
</style>
border-color css
<style>
span { border-color: #B58F02; }
span { border-color: rgb(181,143,2); }
td.TdClassName
{
border-color: #B58F02;
}
.TagClassName
{
border-color: #B58F02;
}
</style>