Shades of Dark Goldenrod #B5910C
Tints of Dark Goldenrod #B5910C
RGB
CMYK
RGB Variations
Color information
#B5910C (or 0xB5910C) is known color: Dark Goldenrod. HEX triplet: B5, 91 and 0C. RGB value is (181,145,12). Sum of RGB (Red+Green+Blue) = 181+145+12=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5910C is #4A6EF3. Grayscale: #8D8D8D. Windows color (decimal): -4878068 or 823733. OLE color: 823733.
HSL color Cylindrical-coordinate representation of color #B5910C: hue angle of 47.22º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5910C is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 12 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.29 |
| HSL | 47.22º | 0.88% | 0.38% | - |
| HSV(B) | 47.22º | 0.93% | 0.71% | - |
| XYZ | 29.25 | 30.1 | 4.62 | - |
| YUV | 140.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 12 | 0 | 0.20 | 0.93 | 0.29 | 47.22 | 0.88 | 0.38 |
| Hex | B5 | 91 | C | 0 | 14 | 5D | 1D | 2F | 58 | 26 |
| Octal | 265 | 221 | 14 | 0 | 24 | 135 | 35 | 57 | 130 | 46 |
| Binary | 10110101 | 10010001 | 1100 | 0 | 10100 | 1011101 | 11101 | 101111 | 1011000 | 100110 |
Color Harmonies of #B5910C
Complementary color
Monochromatic Colors of #B5910C
Black with #B5910C
Text Example
Text Example
White with #B5910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5910C; }
p { color: rgb(181,145,12); }
H1.HeaderClassName
{
color: #B5910C;
}
.AnyTagClassName
{
color: #B5910C;
}
</style>
background-color css
<style>
a { background-color: #B5910C; }
a { background-color: rgb(181,145,12); }
div.DivClassName
{
background-color: #B5910C;
}
.BgClassName
{
background-color: #B5910C;
}
</style>
border-color css
<style>
span { border-color: #B5910C; }
span { border-color: rgb(181,145,12); }
td.TdClassName
{
border-color: #B5910C;
}
.TagClassName
{
border-color: #B5910C;
}
</style>