Shades of Dark Goldenrod #B5890C
Tints of Dark Goldenrod #B5890C
RGB
CMYK
RGB Variations
Color information
#B5890C (or 0xB5890C) is known color: Dark Goldenrod. HEX triplet: B5, 89 and 0C. RGB value is (181,137,12). Sum of RGB (Red+Green+Blue) = 181+137+12=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5890C is #4A76F3. Grayscale: #888888. Windows color (decimal): -4880116 or 821685. OLE color: 821685.
HSL color Cylindrical-coordinate representation of color #B5890C: hue angle of 44.38º 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 #B5890C is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 12 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.29 |
| HSL | 44.38º | 0.88% | 0.38% | - |
| HSV(B) | 44.38º | 0.93% | 0.71% | - |
| XYZ | 28.07 | 27.74 | 4.22 | - |
| YUV | 135.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 12 | 0 | 0.24 | 0.93 | 0.29 | 44.38 | 0.88 | 0.38 |
| Hex | B5 | 89 | C | 0 | 18 | 5D | 1D | 2C | 58 | 26 |
| Octal | 265 | 211 | 14 | 0 | 30 | 135 | 35 | 54 | 130 | 46 |
| Binary | 10110101 | 10001001 | 1100 | 0 | 11000 | 1011101 | 11101 | 101100 | 1011000 | 100110 |
Color Harmonies of #B5890C
Complementary color
Monochromatic Colors of #B5890C
Black with #B5890C
Text Example
Text Example
White with #B5890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5890C; }
p { color: rgb(181,137,12); }
H1.HeaderClassName
{
color: #B5890C;
}
.AnyTagClassName
{
color: #B5890C;
}
</style>
background-color css
<style>
a { background-color: #B5890C; }
a { background-color: rgb(181,137,12); }
div.DivClassName
{
background-color: #B5890C;
}
.BgClassName
{
background-color: #B5890C;
}
</style>
border-color css
<style>
span { border-color: #B5890C; }
span { border-color: rgb(181,137,12); }
td.TdClassName
{
border-color: #B5890C;
}
.TagClassName
{
border-color: #B5890C;
}
</style>