Shades of Dark Goldenrod #B0930A
Tints of Dark Goldenrod #B0930A
RGB
CMYK
RGB Variations
Color information
#B0930A (or 0xB0930A) is known color: Dark Goldenrod. HEX triplet: B0, 93 and 0A. RGB value is (176,147,10). Sum of RGB (Red+Green+Blue) = 176+147+10=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0930A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0930A is #4F6CF5. Grayscale: #8C8C8C. Windows color (decimal): -5205238 or 693168. OLE color: 693168.
HSL color Cylindrical-coordinate representation of color #B0930A: hue angle of 49.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0930A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 10 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.31 |
| HSL | 49.52º | 0.89% | 0.36% | - |
| HSV(B) | 49.52º | 0.94% | 0.69% | - |
| XYZ | 28.39 | 30.12 | 4.6 | - |
| YUV | 140.05 | 54.61 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 10 | 0 | 0.16 | 0.94 | 0.31 | 49.52 | 0.89 | 0.36 |
| Hex | B0 | 93 | A | 0 | 10 | 5E | 1F | 32 | 59 | 24 |
| Octal | 260 | 223 | 12 | 0 | 20 | 136 | 37 | 62 | 131 | 44 |
| Binary | 10110000 | 10010011 | 1010 | 0 | 10000 | 1011110 | 11111 | 110010 | 1011001 | 100100 |
Color Harmonies of #B0930A
Complementary color
Monochromatic Colors of #B0930A
Black with #B0930A
Text Example
Text Example
White with #B0930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0930A; }
p { color: rgb(176,147,10); }
H1.HeaderClassName
{
color: #B0930A;
}
.AnyTagClassName
{
color: #B0930A;
}
</style>
background-color css
<style>
a { background-color: #B0930A; }
a { background-color: rgb(176,147,10); }
div.DivClassName
{
background-color: #B0930A;
}
.BgClassName
{
background-color: #B0930A;
}
</style>
border-color css
<style>
span { border-color: #B0930A; }
span { border-color: rgb(176,147,10); }
td.TdClassName
{
border-color: #B0930A;
}
.TagClassName
{
border-color: #B0930A;
}
</style>