Shades of Dark Goldenrod #B19102
Tints of Dark Goldenrod #B19102
RGB
CMYK
RGB Variations
Color information
#B19102 (or 0xB19102) is known color: Dark Goldenrod. HEX triplet: B1, 91 and 02. RGB value is (177,145,2). Sum of RGB (Red+Green+Blue) = 177+145+2=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B19102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19102 is #4E6EFD. Grayscale: #8A8A8A. Windows color (decimal): -5140222 or 168369. OLE color: 168369.
HSL color Cylindrical-coordinate representation of color #B19102: hue angle of 49.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B19102 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.31 |
| HSL | 49.03º | 0.98% | 0.35% | - |
| HSV(B) | 49.03º | 0.99% | 0.69% | - |
| XYZ | 28.27 | 29.6 | 4.28 | - |
| YUV | 138.27 | 51.1 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 2 | 0 | 0.18 | 0.99 | 0.31 | 49.03 | 0.98 | 0.35 |
| Hex | B1 | 91 | 2 | 0 | 12 | 63 | 1F | 31 | 62 | 23 |
| Octal | 261 | 221 | 2 | 0 | 22 | 143 | 37 | 61 | 142 | 43 |
| Binary | 10110001 | 10010001 | 10 | 0 | 10010 | 1100011 | 11111 | 110001 | 1100010 | 100011 |
Color Harmonies of #B19102
Complementary color
Monochromatic Colors of #B19102
Black with #B19102
Text Example
Text Example
White with #B19102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19102; }
p { color: rgb(177,145,2); }
H1.HeaderClassName
{
color: #B19102;
}
.AnyTagClassName
{
color: #B19102;
}
</style>
background-color css
<style>
a { background-color: #B19102; }
a { background-color: rgb(177,145,2); }
div.DivClassName
{
background-color: #B19102;
}
.BgClassName
{
background-color: #B19102;
}
</style>
border-color css
<style>
span { border-color: #B19102; }
span { border-color: rgb(177,145,2); }
td.TdClassName
{
border-color: #B19102;
}
.TagClassName
{
border-color: #B19102;
}
</style>