Shades of Dark Goldenrod #B0910C
Tints of Dark Goldenrod #B0910C
RGB
CMYK
RGB Variations
Color information
#B0910C (or 0xB0910C) is known color: Dark Goldenrod. HEX triplet: B0, 91 and 0C. RGB value is (176,145,12). Sum of RGB (Red+Green+Blue) = 176+145+12=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0910C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0910C is #4F6EF3. Grayscale: #8B8B8B. Windows color (decimal): -5205748 or 823728. OLE color: 823728.
HSL color Cylindrical-coordinate representation of color #B0910C: hue angle of 48.66º 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 #B0910C is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 12 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.31 |
| HSL | 48.66º | 0.87% | 0.37% | - |
| HSV(B) | 48.66º | 0.93% | 0.69% | - |
| XYZ | 28.1 | 29.51 | 4.56 | - |
| YUV | 139.11 | 56.27 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 12 | 0 | 0.18 | 0.93 | 0.31 | 48.66 | 0.87 | 0.37 |
| Hex | B0 | 91 | C | 0 | 12 | 5D | 1F | 31 | 57 | 25 |
| Octal | 260 | 221 | 14 | 0 | 22 | 135 | 37 | 61 | 127 | 45 |
| Binary | 10110000 | 10010001 | 1100 | 0 | 10010 | 1011101 | 11111 | 110001 | 1010111 | 100101 |
Color Harmonies of #B0910C
Complementary color
Monochromatic Colors of #B0910C
Black with #B0910C
Text Example
Text Example
White with #B0910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0910C; }
p { color: rgb(176,145,12); }
H1.HeaderClassName
{
color: #B0910C;
}
.AnyTagClassName
{
color: #B0910C;
}
</style>
background-color css
<style>
a { background-color: #B0910C; }
a { background-color: rgb(176,145,12); }
div.DivClassName
{
background-color: #B0910C;
}
.BgClassName
{
background-color: #B0910C;
}
</style>
border-color css
<style>
span { border-color: #B0910C; }
span { border-color: rgb(176,145,12); }
td.TdClassName
{
border-color: #B0910C;
}
.TagClassName
{
border-color: #B0910C;
}
</style>