Shades of Dark Goldenrod #BC920D
Tints of Dark Goldenrod #BC920D
RGB
CMYK
RGB Variations
Color information
#BC920D (or 0xBC920D) is known color: Dark Goldenrod. HEX triplet: BC, 92 and 0D. RGB value is (188,146,13). Sum of RGB (Red+Green+Blue) = 188+146+13=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC920D is #436DF2. Grayscale: #8F8F8F. Windows color (decimal): -4419059 or 889532. OLE color: 889532.
HSL color Cylindrical-coordinate representation of color #BC920D: hue angle of 45.6º 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 #BC920D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 13 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.26 |
| HSL | 45.6º | 0.87% | 0.39% | - |
| HSV(B) | 45.6º | 0.93% | 0.74% | - |
| XYZ | 31.09 | 31.28 | 4.78 | - |
| YUV | 143.4 | 54.41 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 13 | 0 | 0.22 | 0.93 | 0.26 | 45.6 | 0.87 | 0.39 |
| Hex | BC | 92 | D | 0 | 16 | 5D | 1A | 2E | 57 | 27 |
| Octal | 274 | 222 | 15 | 0 | 26 | 135 | 32 | 56 | 127 | 47 |
| Binary | 10111100 | 10010010 | 1101 | 0 | 10110 | 1011101 | 11010 | 101110 | 1010111 | 100111 |
Color Harmonies of #BC920D
Complementary color
Monochromatic Colors of #BC920D
Black with #BC920D
Text Example
Text Example
White with #BC920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC920D; }
p { color: rgb(188,146,13); }
H1.HeaderClassName
{
color: #BC920D;
}
.AnyTagClassName
{
color: #BC920D;
}
</style>
background-color css
<style>
a { background-color: #BC920D; }
a { background-color: rgb(188,146,13); }
div.DivClassName
{
background-color: #BC920D;
}
.BgClassName
{
background-color: #BC920D;
}
</style>
border-color css
<style>
span { border-color: #BC920D; }
span { border-color: rgb(188,146,13); }
td.TdClassName
{
border-color: #BC920D;
}
.TagClassName
{
border-color: #BC920D;
}
</style>