Shades of Dark Goldenrod #BD890C
Tints of Dark Goldenrod #BD890C
RGB
CMYK
RGB Variations
Color information
#BD890C (or 0xBD890C) is known color: Dark Goldenrod. HEX triplet: BD, 89 and 0C. RGB value is (189,137,12). Sum of RGB (Red+Green+Blue) = 189+137+12=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD890C is #4276F3. Grayscale: #8A8A8A. Windows color (decimal): -4355828 or 821693. OLE color: 821693.
HSL color Cylindrical-coordinate representation of color #BD890C: hue angle of 42.37º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD890C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 12 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.26 |
| HSL | 42.37º | 0.88% | 0.39% | - |
| HSV(B) | 42.37º | 0.94% | 0.74% | - |
| XYZ | 30 | 28.74 | 4.31 | - |
| YUV | 138.3 | 56.73 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 12 | 0 | 0.28 | 0.94 | 0.26 | 42.37 | 0.88 | 0.39 |
| Hex | BD | 89 | C | 0 | 1C | 5E | 1A | 2A | 58 | 27 |
| Octal | 275 | 211 | 14 | 0 | 34 | 136 | 32 | 52 | 130 | 47 |
| Binary | 10111101 | 10001001 | 1100 | 0 | 11100 | 1011110 | 11010 | 101010 | 1011000 | 100111 |
Color Harmonies of #BD890C
Complementary color
Monochromatic Colors of #BD890C
Black with #BD890C
Text Example
Text Example
White with #BD890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD890C; }
p { color: rgb(189,137,12); }
H1.HeaderClassName
{
color: #BD890C;
}
.AnyTagClassName
{
color: #BD890C;
}
</style>
background-color css
<style>
a { background-color: #BD890C; }
a { background-color: rgb(189,137,12); }
div.DivClassName
{
background-color: #BD890C;
}
.BgClassName
{
background-color: #BD890C;
}
</style>
border-color css
<style>
span { border-color: #BD890C; }
span { border-color: rgb(189,137,12); }
td.TdClassName
{
border-color: #BD890C;
}
.TagClassName
{
border-color: #BD890C;
}
</style>