Shades of Dark Goldenrod #B58203
Tints of Dark Goldenrod #B58203
RGB
CMYK
RGB Variations
Color information
#B58203 (or 0xB58203) is known color: Dark Goldenrod. HEX triplet: B5, 82 and 03. RGB value is (181,130,3). Sum of RGB (Red+Green+Blue) = 181+130+3=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B58203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58203 is #4A7DFC. Grayscale: #838383. Windows color (decimal): -4881917 or 230069. OLE color: 230069.
HSL color Cylindrical-coordinate representation of color #B58203: hue angle of 42.81º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B58203 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 3 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.29 |
| HSL | 42.81º | 0.97% | 0.36% | - |
| HSV(B) | 42.81º | 0.98% | 0.71% | - |
| XYZ | 27.06 | 25.8 | 3.64 | - |
| YUV | 130.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 3 | 0 | 0.28 | 0.98 | 0.29 | 42.81 | 0.97 | 0.36 |
| Hex | B5 | 82 | 3 | 0 | 1C | 62 | 1D | 2B | 61 | 24 |
| Octal | 265 | 202 | 3 | 0 | 34 | 142 | 35 | 53 | 141 | 44 |
| Binary | 10110101 | 10000010 | 11 | 0 | 11100 | 1100010 | 11101 | 101011 | 1100001 | 100100 |
Color Harmonies of #B58203
Complementary color
Monochromatic Colors of #B58203
Black with #B58203
Text Example
Text Example
White with #B58203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58203; }
p { color: rgb(181,130,3); }
H1.HeaderClassName
{
color: #B58203;
}
.AnyTagClassName
{
color: #B58203;
}
</style>
background-color css
<style>
a { background-color: #B58203; }
a { background-color: rgb(181,130,3); }
div.DivClassName
{
background-color: #B58203;
}
.BgClassName
{
background-color: #B58203;
}
</style>
border-color css
<style>
span { border-color: #B58203; }
span { border-color: rgb(181,130,3); }
td.TdClassName
{
border-color: #B58203;
}
.TagClassName
{
border-color: #B58203;
}
</style>