Shades of Dark Goldenrod #B58A07
Tints of Dark Goldenrod #B58A07
RGB
CMYK
RGB Variations
Color information
#B58A07 (or 0xB58A07) is known color: Dark Goldenrod. HEX triplet: B5, 8A and 07. RGB value is (181,138,7). Sum of RGB (Red+Green+Blue) = 181+138+7=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58A07 is #4A75F8. Grayscale: #888888. Windows color (decimal): -4879865 or 494261. OLE color: 494261.
HSL color Cylindrical-coordinate representation of color #B58A07: hue angle of 45.17º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B58A07 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 7 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.29 |
| HSL | 45.17º | 0.93% | 0.37% | - |
| HSV(B) | 45.17º | 0.96% | 0.71% | - |
| XYZ | 28.18 | 28.02 | 4.12 | - |
| YUV | 135.92 | 55.25 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 7 | 0 | 0.24 | 0.96 | 0.29 | 45.17 | 0.93 | 0.37 |
| Hex | B5 | 8A | 7 | 0 | 18 | 60 | 1D | 2D | 5D | 25 |
| Octal | 265 | 212 | 7 | 0 | 30 | 140 | 35 | 55 | 135 | 45 |
| Binary | 10110101 | 10001010 | 111 | 0 | 11000 | 1100000 | 11101 | 101101 | 1011101 | 100101 |
Color Harmonies of #B58A07
Complementary color
Monochromatic Colors of #B58A07
Black with #B58A07
Text Example
Text Example
White with #B58A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A07; }
p { color: rgb(181,138,7); }
H1.HeaderClassName
{
color: #B58A07;
}
.AnyTagClassName
{
color: #B58A07;
}
</style>
background-color css
<style>
a { background-color: #B58A07; }
a { background-color: rgb(181,138,7); }
div.DivClassName
{
background-color: #B58A07;
}
.BgClassName
{
background-color: #B58A07;
}
</style>
border-color css
<style>
span { border-color: #B58A07; }
span { border-color: rgb(181,138,7); }
td.TdClassName
{
border-color: #B58A07;
}
.TagClassName
{
border-color: #B58A07;
}
</style>