Shades of Dark Goldenrod #B0930C
Tints of Dark Goldenrod #B0930C
RGB
CMYK
RGB Variations
Color information
#B0930C (or 0xB0930C) is known color: Dark Goldenrod. HEX triplet: B0, 93 and 0C. RGB value is (176,147,12). Sum of RGB (Red+Green+Blue) = 176+147+12=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0930C is #4F6CF3. Grayscale: #8C8C8C. Windows color (decimal): -5205236 or 824240. OLE color: 824240.
HSL color Cylindrical-coordinate representation of color #B0930C: hue angle of 49.39º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0930C is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 12 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.31 |
| HSL | 49.39º | 0.87% | 0.37% | - |
| HSV(B) | 49.39º | 0.93% | 0.69% | - |
| XYZ | 28.4 | 30.12 | 4.67 | - |
| YUV | 140.28 | 55.61 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 12 | 0 | 0.16 | 0.93 | 0.31 | 49.39 | 0.87 | 0.37 |
| Hex | B0 | 93 | C | 0 | 10 | 5D | 1F | 31 | 57 | 25 |
| Octal | 260 | 223 | 14 | 0 | 20 | 135 | 37 | 61 | 127 | 45 |
| Binary | 10110000 | 10010011 | 1100 | 0 | 10000 | 1011101 | 11111 | 110001 | 1010111 | 100101 |
Color Harmonies of #B0930C
Complementary color
Monochromatic Colors of #B0930C
Black with #B0930C
Text Example
Text Example
White with #B0930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0930C; }
p { color: rgb(176,147,12); }
H1.HeaderClassName
{
color: #B0930C;
}
.AnyTagClassName
{
color: #B0930C;
}
</style>
background-color css
<style>
a { background-color: #B0930C; }
a { background-color: rgb(176,147,12); }
div.DivClassName
{
background-color: #B0930C;
}
.BgClassName
{
background-color: #B0930C;
}
</style>
border-color css
<style>
span { border-color: #B0930C; }
span { border-color: rgb(176,147,12); }
td.TdClassName
{
border-color: #B0930C;
}
.TagClassName
{
border-color: #B0930C;
}
</style>