Shades of Dark Goldenrod #BC940B
Tints of Dark Goldenrod #BC940B
RGB
CMYK
RGB Variations
Color information
#BC940B (or 0xBC940B) is known color: Dark Goldenrod. HEX triplet: BC, 94 and 0B. RGB value is (188,148,11). Sum of RGB (Red+Green+Blue) = 188+148+11=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC940B is #436BF4. Grayscale: #909090. Windows color (decimal): -4418549 or 758972. OLE color: 758972.
HSL color Cylindrical-coordinate representation of color #BC940B: hue angle of 46.44º degrees, saturation: 0.89, 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 #BC940B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 11 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.26 |
| HSL | 46.44º | 0.89% | 0.39% | - |
| HSV(B) | 46.44º | 0.94% | 0.74% | - |
| XYZ | 31.39 | 31.9 | 4.82 | - |
| YUV | 144.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 11 | 0 | 0.21 | 0.94 | 0.26 | 46.44 | 0.89 | 0.39 |
| Hex | BC | 94 | B | 0 | 15 | 5E | 1A | 2E | 59 | 27 |
| Octal | 274 | 224 | 13 | 0 | 25 | 136 | 32 | 56 | 131 | 47 |
| Binary | 10111100 | 10010100 | 1011 | 0 | 10101 | 1011110 | 11010 | 101110 | 1011001 | 100111 |
Color Harmonies of #BC940B
Complementary color
Monochromatic Colors of #BC940B
Black with #BC940B
Text Example
Text Example
White with #BC940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC940B; }
p { color: rgb(188,148,11); }
H1.HeaderClassName
{
color: #BC940B;
}
.AnyTagClassName
{
color: #BC940B;
}
</style>
background-color css
<style>
a { background-color: #BC940B; }
a { background-color: rgb(188,148,11); }
div.DivClassName
{
background-color: #BC940B;
}
.BgClassName
{
background-color: #BC940B;
}
</style>
border-color css
<style>
span { border-color: #BC940B; }
span { border-color: rgb(188,148,11); }
td.TdClassName
{
border-color: #BC940B;
}
.TagClassName
{
border-color: #BC940B;
}
</style>