Shades of Dark Goldenrod #B09102
Tints of Dark Goldenrod #B09102
RGB
CMYK
RGB Variations
Color information
#B09102 (or 0xB09102) is known color: Dark Goldenrod. HEX triplet: B0, 91 and 02. RGB value is (176,145,2). Sum of RGB (Red+Green+Blue) = 176+145+2=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B09102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09102 is #4F6EFD. Grayscale: #8A8A8A. Windows color (decimal): -5205758 or 168368. OLE color: 168368.
HSL color Cylindrical-coordinate representation of color #B09102: hue angle of 49.31º 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 #B09102 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.31 |
| HSL | 49.31º | 0.98% | 0.35% | - |
| HSV(B) | 49.31º | 0.99% | 0.69% | - |
| XYZ | 28.04 | 29.49 | 4.27 | - |
| YUV | 137.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 2 | 0 | 0.18 | 0.99 | 0.31 | 49.31 | 0.98 | 0.35 |
| Hex | B0 | 91 | 2 | 0 | 12 | 63 | 1F | 31 | 62 | 23 |
| Octal | 260 | 221 | 2 | 0 | 22 | 143 | 37 | 61 | 142 | 43 |
| Binary | 10110000 | 10010001 | 10 | 0 | 10010 | 1100011 | 11111 | 110001 | 1100010 | 100011 |
Color Harmonies of #B09102
Complementary color
Monochromatic Colors of #B09102
Black with #B09102
Text Example
Text Example
White with #B09102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09102; }
p { color: rgb(176,145,2); }
H1.HeaderClassName
{
color: #B09102;
}
.AnyTagClassName
{
color: #B09102;
}
</style>
background-color css
<style>
a { background-color: #B09102; }
a { background-color: rgb(176,145,2); }
div.DivClassName
{
background-color: #B09102;
}
.BgClassName
{
background-color: #B09102;
}
</style>
border-color css
<style>
span { border-color: #B09102; }
span { border-color: rgb(176,145,2); }
td.TdClassName
{
border-color: #B09102;
}
.TagClassName
{
border-color: #B09102;
}
</style>