Shades of Dark Goldenrod #B58B0D
Tints of Dark Goldenrod #B58B0D
RGB
CMYK
RGB Variations
Color information
#B58B0D (or 0xB58B0D) is known color: Dark Goldenrod. HEX triplet: B5, 8B and 0D. RGB value is (181,139,13). Sum of RGB (Red+Green+Blue) = 181+139+13=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58B0D is #4A74F2. Grayscale: #898989. Windows color (decimal): -4879603 or 887733. OLE color: 887733.
HSL color Cylindrical-coordinate representation of color #B58B0D: hue angle of 45º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B58B0D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 13 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.29 |
| HSL | 45º | 0.87% | 0.38% | - |
| HSV(B) | 45º | 0.93% | 0.71% | - |
| XYZ | 28.36 | 28.32 | 4.35 | - |
| YUV | 137.19 | 57.91 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 13 | 0 | 0.23 | 0.93 | 0.29 | 45 | 0.87 | 0.38 |
| Hex | B5 | 8B | D | 0 | 17 | 5D | 1D | 2D | 57 | 26 |
| Octal | 265 | 213 | 15 | 0 | 27 | 135 | 35 | 55 | 127 | 46 |
| Binary | 10110101 | 10001011 | 1101 | 0 | 10111 | 1011101 | 11101 | 101101 | 1010111 | 100110 |
Color Harmonies of #B58B0D
Complementary color
Monochromatic Colors of #B58B0D
Black with #B58B0D
Text Example
Text Example
White with #B58B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B0D; }
p { color: rgb(181,139,13); }
H1.HeaderClassName
{
color: #B58B0D;
}
.AnyTagClassName
{
color: #B58B0D;
}
</style>
background-color css
<style>
a { background-color: #B58B0D; }
a { background-color: rgb(181,139,13); }
div.DivClassName
{
background-color: #B58B0D;
}
.BgClassName
{
background-color: #B58B0D;
}
</style>
border-color css
<style>
span { border-color: #B58B0D; }
span { border-color: rgb(181,139,13); }
td.TdClassName
{
border-color: #B58B0D;
}
.TagClassName
{
border-color: #B58B0D;
}
</style>