Shades of Dark Goldenrod #B59102
Tints of Dark Goldenrod #B59102
RGB
CMYK
RGB Variations
Color information
#B59102 (or 0xB59102) is known color: Dark Goldenrod. HEX triplet: B5, 91 and 02. RGB value is (181,145,2). Sum of RGB (Red+Green+Blue) = 181+145+2=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B59102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59102 is #4A6EFD. Grayscale: #8C8C8C. Windows color (decimal): -4878078 or 168373. OLE color: 168373.
HSL color Cylindrical-coordinate representation of color #B59102: hue angle of 47.93º 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 #B59102 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.29 |
| HSL | 47.93º | 0.98% | 0.36% | - |
| HSV(B) | 47.93º | 0.99% | 0.71% | - |
| XYZ | 29.19 | 30.08 | 4.32 | - |
| YUV | 139.46 | 50.43 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 2 | 0 | 0.20 | 0.99 | 0.29 | 47.93 | 0.98 | 0.36 |
| Hex | B5 | 91 | 2 | 0 | 14 | 63 | 1D | 30 | 62 | 24 |
| Octal | 265 | 221 | 2 | 0 | 24 | 143 | 35 | 60 | 142 | 44 |
| Binary | 10110101 | 10010001 | 10 | 0 | 10100 | 1100011 | 11101 | 110000 | 1100010 | 100100 |
Color Harmonies of #B59102
Complementary color
Monochromatic Colors of #B59102
Black with #B59102
Text Example
Text Example
White with #B59102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59102; }
p { color: rgb(181,145,2); }
H1.HeaderClassName
{
color: #B59102;
}
.AnyTagClassName
{
color: #B59102;
}
</style>
background-color css
<style>
a { background-color: #B59102; }
a { background-color: rgb(181,145,2); }
div.DivClassName
{
background-color: #B59102;
}
.BgClassName
{
background-color: #B59102;
}
</style>
border-color css
<style>
span { border-color: #B59102; }
span { border-color: rgb(181,145,2); }
td.TdClassName
{
border-color: #B59102;
}
.TagClassName
{
border-color: #B59102;
}
</style>