Shades of Dark Goldenrod #B09302
Tints of Dark Goldenrod #B09302
RGB
CMYK
RGB Variations
Color information
#B09302 (or 0xB09302) is known color: Dark Goldenrod. HEX triplet: B0, 93 and 02. RGB value is (176,147,2). Sum of RGB (Red+Green+Blue) = 176+147+2=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B09302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09302 is #4F6CFD. Grayscale: #8B8B8B. Windows color (decimal): -5205246 or 168880. OLE color: 168880.
HSL color Cylindrical-coordinate representation of color #B09302: hue angle of 50º 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 #B09302 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.31 |
| HSL | 50º | 0.98% | 0.35% | - |
| HSV(B) | 50º | 0.99% | 0.69% | - |
| XYZ | 28.35 | 30.1 | 4.37 | - |
| YUV | 139.14 | 50.61 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 2 | 0 | 0.16 | 0.99 | 0.31 | 50 | 0.98 | 0.35 |
| Hex | B0 | 93 | 2 | 0 | 10 | 63 | 1F | 32 | 62 | 23 |
| Octal | 260 | 223 | 2 | 0 | 20 | 143 | 37 | 62 | 142 | 43 |
| Binary | 10110000 | 10010011 | 10 | 0 | 10000 | 1100011 | 11111 | 110010 | 1100010 | 100011 |
Color Harmonies of #B09302
Complementary color
Monochromatic Colors of #B09302
Black with #B09302
Text Example
Text Example
White with #B09302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09302; }
p { color: rgb(176,147,2); }
H1.HeaderClassName
{
color: #B09302;
}
.AnyTagClassName
{
color: #B09302;
}
</style>
background-color css
<style>
a { background-color: #B09302; }
a { background-color: rgb(176,147,2); }
div.DivClassName
{
background-color: #B09302;
}
.BgClassName
{
background-color: #B09302;
}
</style>
border-color css
<style>
span { border-color: #B09302; }
span { border-color: rgb(176,147,2); }
td.TdClassName
{
border-color: #B09302;
}
.TagClassName
{
border-color: #B09302;
}
</style>