Shades of Dark Goldenrod #B58A01
Tints of Dark Goldenrod #B58A01
RGB
CMYK
RGB Variations
Color information
#B58A01 (or 0xB58A01) is known color: Dark Goldenrod. HEX triplet: B5, 8A and 01. RGB value is (181,138,1). Sum of RGB (Red+Green+Blue) = 181+138+1=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58A01 is #4A75FE. Grayscale: #878787. Windows color (decimal): -4879871 or 101045. OLE color: 101045.
HSL color Cylindrical-coordinate representation of color #B58A01: hue angle of 45.67º degrees, saturation: 0.99, 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 #B58A01 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.29 |
| HSL | 45.67º | 0.99% | 0.36% | - |
| HSV(B) | 45.67º | 0.99% | 0.71% | - |
| XYZ | 28.15 | 28 | 3.95 | - |
| YUV | 135.24 | 52.25 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 1 | 0 | 0.24 | 0.99 | 0.29 | 45.67 | 0.99 | 0.36 |
| Hex | B5 | 8A | 1 | 0 | 18 | 63 | 1D | 2E | 63 | 24 |
| Octal | 265 | 212 | 1 | 0 | 30 | 143 | 35 | 56 | 143 | 44 |
| Binary | 10110101 | 10001010 | 1 | 0 | 11000 | 1100011 | 11101 | 101110 | 1100011 | 100100 |
Color Harmonies of #B58A01
Complementary color
Monochromatic Colors of #B58A01
Black with #B58A01
Text Example
Text Example
White with #B58A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A01; }
p { color: rgb(181,138,1); }
H1.HeaderClassName
{
color: #B58A01;
}
.AnyTagClassName
{
color: #B58A01;
}
</style>
background-color css
<style>
a { background-color: #B58A01; }
a { background-color: rgb(181,138,1); }
div.DivClassName
{
background-color: #B58A01;
}
.BgClassName
{
background-color: #B58A01;
}
</style>
border-color css
<style>
span { border-color: #B58A01; }
span { border-color: rgb(181,138,1); }
td.TdClassName
{
border-color: #B58A01;
}
.TagClassName
{
border-color: #B58A01;
}
</style>