Shades of Dark Goldenrod #B58102
Tints of Dark Goldenrod #B58102
RGB
CMYK
RGB Variations
Color information
#B58102 (or 0xB58102) is known color: Dark Goldenrod. HEX triplet: B5, 81 and 02. RGB value is (181,129,2). Sum of RGB (Red+Green+Blue) = 181+129+2=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B58102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58102 is #4A7EFD. Grayscale: #828282. Windows color (decimal): -4882174 or 164277. OLE color: 164277.
HSL color Cylindrical-coordinate representation of color #B58102: hue angle of 42.57º 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 #B58102 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.29 |
| HSL | 42.57º | 0.98% | 0.36% | - |
| HSV(B) | 42.57º | 0.99% | 0.71% | - |
| XYZ | 26.92 | 25.53 | 3.57 | - |
| YUV | 130.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 2 | 0 | 0.29 | 0.99 | 0.29 | 42.57 | 0.98 | 0.36 |
| Hex | B5 | 81 | 2 | 0 | 1D | 63 | 1D | 2B | 62 | 24 |
| Octal | 265 | 201 | 2 | 0 | 35 | 143 | 35 | 53 | 142 | 44 |
| Binary | 10110101 | 10000001 | 10 | 0 | 11101 | 1100011 | 11101 | 101011 | 1100010 | 100100 |
Color Harmonies of #B58102
Complementary color
Monochromatic Colors of #B58102
Black with #B58102
Text Example
Text Example
White with #B58102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58102; }
p { color: rgb(181,129,2); }
H1.HeaderClassName
{
color: #B58102;
}
.AnyTagClassName
{
color: #B58102;
}
</style>
background-color css
<style>
a { background-color: #B58102; }
a { background-color: rgb(181,129,2); }
div.DivClassName
{
background-color: #B58102;
}
.BgClassName
{
background-color: #B58102;
}
</style>
border-color css
<style>
span { border-color: #B58102; }
span { border-color: rgb(181,129,2); }
td.TdClassName
{
border-color: #B58102;
}
.TagClassName
{
border-color: #B58102;
}
</style>