Shades of Dark Goldenrod #BC7A0D
Tints of Dark Goldenrod #BC7A0D
RGB
CMYK
RGB Variations
Color information
#BC7A0D (or 0xBC7A0D) is known color: Dark Goldenrod. HEX triplet: BC, 7A and 0D. RGB value is (188,122,13). Sum of RGB (Red+Green+Blue) = 188+122+13=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7A0D is #4385F2. Grayscale: #818181. Windows color (decimal): -4425203 or 883388. OLE color: 883388.
HSL color Cylindrical-coordinate representation of color #BC7A0D: hue angle of 37.37º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC7A0D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.26 |
| HSL | 37.37º | 0.87% | 0.39% | - |
| HSV(B) | 37.37º | 0.93% | 0.74% | - |
| XYZ | 27.77 | 24.64 | 3.67 | - |
| YUV | 129.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 13 | 0 | 0.35 | 0.93 | 0.26 | 37.37 | 0.87 | 0.39 |
| Hex | BC | 7A | D | 0 | 23 | 5D | 1A | 25 | 57 | 27 |
| Octal | 274 | 172 | 15 | 0 | 43 | 135 | 32 | 45 | 127 | 47 |
| Binary | 10111100 | 1111010 | 1101 | 0 | 100011 | 1011101 | 11010 | 100101 | 1010111 | 100111 |
Color Harmonies of #BC7A0D
Complementary color
Monochromatic Colors of #BC7A0D
Black with #BC7A0D
Text Example
Text Example
White with #BC7A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A0D; }
p { color: rgb(188,122,13); }
H1.HeaderClassName
{
color: #BC7A0D;
}
.AnyTagClassName
{
color: #BC7A0D;
}
</style>
background-color css
<style>
a { background-color: #BC7A0D; }
a { background-color: rgb(188,122,13); }
div.DivClassName
{
background-color: #BC7A0D;
}
.BgClassName
{
background-color: #BC7A0D;
}
</style>
border-color css
<style>
span { border-color: #BC7A0D; }
span { border-color: rgb(188,122,13); }
td.TdClassName
{
border-color: #BC7A0D;
}
.TagClassName
{
border-color: #BC7A0D;
}
</style>