Shades of Dark Goldenrod #BD8C0C
Tints of Dark Goldenrod #BD8C0C
RGB
CMYK
RGB Variations
Color information
#BD8C0C (or 0xBD8C0C) is known color: Dark Goldenrod. HEX triplet: BD, 8C and 0C. RGB value is (189,140,12). Sum of RGB (Red+Green+Blue) = 189+140+12=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8C0C is #4273F3. Grayscale: #8C8C8C. Windows color (decimal): -4355060 or 822461. OLE color: 822461.
HSL color Cylindrical-coordinate representation of color #BD8C0C: hue angle of 43.39º 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 #BD8C0C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.26 |
| HSL | 43.39º | 0.88% | 0.39% | - |
| HSV(B) | 43.39º | 0.94% | 0.74% | - |
| XYZ | 30.43 | 29.6 | 4.46 | - |
| YUV | 140.06 | 55.73 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 12 | 0 | 0.26 | 0.94 | 0.26 | 43.39 | 0.88 | 0.39 |
| Hex | BD | 8C | C | 0 | 1A | 5E | 1A | 2B | 58 | 27 |
| Octal | 275 | 214 | 14 | 0 | 32 | 136 | 32 | 53 | 130 | 47 |
| Binary | 10111101 | 10001100 | 1100 | 0 | 11010 | 1011110 | 11010 | 101011 | 1011000 | 100111 |
Color Harmonies of #BD8C0C
Complementary color
Monochromatic Colors of #BD8C0C
Black with #BD8C0C
Text Example
Text Example
White with #BD8C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C0C; }
p { color: rgb(189,140,12); }
H1.HeaderClassName
{
color: #BD8C0C;
}
.AnyTagClassName
{
color: #BD8C0C;
}
</style>
background-color css
<style>
a { background-color: #BD8C0C; }
a { background-color: rgb(189,140,12); }
div.DivClassName
{
background-color: #BD8C0C;
}
.BgClassName
{
background-color: #BD8C0C;
}
</style>
border-color css
<style>
span { border-color: #BD8C0C; }
span { border-color: rgb(189,140,12); }
td.TdClassName
{
border-color: #BD8C0C;
}
.TagClassName
{
border-color: #BD8C0C;
}
</style>