Shades of Dark Goldenrod #B49102
Tints of Dark Goldenrod #B49102
RGB
CMYK
RGB Variations
Color information
#B49102 (or 0xB49102) is known color: Dark Goldenrod. HEX triplet: B4, 91 and 02. RGB value is (180,145,2). Sum of RGB (Red+Green+Blue) = 180+145+2=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B49102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49102 is #4B6EFD. Grayscale: #8B8B8B. Windows color (decimal): -4943614 or 168372. OLE color: 168372.
HSL color Cylindrical-coordinate representation of color #B49102: hue angle of 48.2º 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 #B49102 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.29 |
| HSL | 48.2º | 0.98% | 0.36% | - |
| HSV(B) | 48.2º | 0.99% | 0.71% | - |
| XYZ | 28.96 | 29.96 | 4.31 | - |
| YUV | 139.16 | 50.6 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 2 | 0 | 0.19 | 0.99 | 0.29 | 48.2 | 0.98 | 0.36 |
| Hex | B4 | 91 | 2 | 0 | 13 | 63 | 1D | 30 | 62 | 24 |
| Octal | 264 | 221 | 2 | 0 | 23 | 143 | 35 | 60 | 142 | 44 |
| Binary | 10110100 | 10010001 | 10 | 0 | 10011 | 1100011 | 11101 | 110000 | 1100010 | 100100 |
Color Harmonies of #B49102
Complementary color
Monochromatic Colors of #B49102
Black with #B49102
Text Example
Text Example
White with #B49102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49102; }
p { color: rgb(180,145,2); }
H1.HeaderClassName
{
color: #B49102;
}
.AnyTagClassName
{
color: #B49102;
}
</style>
background-color css
<style>
a { background-color: #B49102; }
a { background-color: rgb(180,145,2); }
div.DivClassName
{
background-color: #B49102;
}
.BgClassName
{
background-color: #B49102;
}
</style>
border-color css
<style>
span { border-color: #B49102; }
span { border-color: rgb(180,145,2); }
td.TdClassName
{
border-color: #B49102;
}
.TagClassName
{
border-color: #B49102;
}
</style>