Shades of Dark Goldenrod #BC780B
Tints of Dark Goldenrod #BC780B
RGB
CMYK
RGB Variations
Color information
#BC780B (or 0xBC780B) is known color: Dark Goldenrod. HEX triplet: BC, 78 and 0B. RGB value is (188,120,11). Sum of RGB (Red+Green+Blue) = 188+120+11=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC780B is #4387F4. Grayscale: #808080. Windows color (decimal): -4425717 or 751804. OLE color: 751804.
HSL color Cylindrical-coordinate representation of color #BC780B: hue angle of 36.95º 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 #BC780B is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 11 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.26 |
| HSL | 36.95º | 0.89% | 0.39% | - |
| HSV(B) | 36.95º | 0.94% | 0.74% | - |
| XYZ | 27.52 | 24.15 | 3.53 | - |
| YUV | 127.91 | 62.03 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 11 | 0 | 0.36 | 0.94 | 0.26 | 36.95 | 0.89 | 0.39 |
| Hex | BC | 78 | B | 0 | 24 | 5E | 1A | 25 | 59 | 27 |
| Octal | 274 | 170 | 13 | 0 | 44 | 136 | 32 | 45 | 131 | 47 |
| Binary | 10111100 | 1111000 | 1011 | 0 | 100100 | 1011110 | 11010 | 100101 | 1011001 | 100111 |
Color Harmonies of #BC780B
Complementary color
Monochromatic Colors of #BC780B
Black with #BC780B
Text Example
Text Example
White with #BC780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC780B; }
p { color: rgb(188,120,11); }
H1.HeaderClassName
{
color: #BC780B;
}
.AnyTagClassName
{
color: #BC780B;
}
</style>
background-color css
<style>
a { background-color: #BC780B; }
a { background-color: rgb(188,120,11); }
div.DivClassName
{
background-color: #BC780B;
}
.BgClassName
{
background-color: #BC780B;
}
</style>
border-color css
<style>
span { border-color: #BC780B; }
span { border-color: rgb(188,120,11); }
td.TdClassName
{
border-color: #BC780B;
}
.TagClassName
{
border-color: #BC780B;
}
</style>