Shades of Dark Goldenrod #B09100
Tints of Dark Goldenrod #B09100
RGB
CMYK
RGB Variations
Color information
#B09100 (or 0xB09100) is known color: Dark Goldenrod. HEX triplet: B0, 91 and 00. RGB value is (176,145,0). Sum of RGB (Red+Green+Blue) = 176+145+0=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B09100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09100 is #4F6EFF. Grayscale: #8A8A8A. Windows color (decimal): -5205760 or 37296. OLE color: 37296.
HSL color Cylindrical-coordinate representation of color #B09100: hue angle of 49.43º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B09100 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.31 |
| HSL | 49.43º | 1% | 0.35% | - |
| HSV(B) | 49.43º | 1% | 0.69% | - |
| XYZ | 28.03 | 29.48 | 4.21 | - |
| YUV | 137.74 | 50.27 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 0 | 0 | 0.18 | 1 | 0.31 | 49.43 | 1 | 0.35 |
| Hex | B0 | 91 | 0 | 0 | 12 | 64 | 1F | 31 | 64 | 23 |
| Octal | 260 | 221 | 0 | 0 | 22 | 144 | 37 | 61 | 144 | 43 |
| Binary | 10110000 | 10010001 | 0 | 0 | 10010 | 1100100 | 11111 | 110001 | 1100100 | 100011 |
Color Harmonies of #B09100
Complementary color
Monochromatic Colors of #B09100
Black with #B09100
Text Example
Text Example
White with #B09100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09100; }
p { color: rgb(176,145,0); }
H1.HeaderClassName
{
color: #B09100;
}
.AnyTagClassName
{
color: #B09100;
}
</style>
background-color css
<style>
a { background-color: #B09100; }
a { background-color: rgb(176,145,0); }
div.DivClassName
{
background-color: #B09100;
}
.BgClassName
{
background-color: #B09100;
}
</style>
border-color css
<style>
span { border-color: #B09100; }
span { border-color: rgb(176,145,0); }
td.TdClassName
{
border-color: #B09100;
}
.TagClassName
{
border-color: #B09100;
}
</style>