Shades of Dark Goldenrod #BC760B
Tints of Dark Goldenrod #BC760B
RGB
CMYK
RGB Variations
Color information
#BC760B (or 0xBC760B) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 0B. RGB value is (188,118,11). Sum of RGB (Red+Green+Blue) = 188+118+11=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC760B is #4389F4. Grayscale: #7F7F7F. Windows color (decimal): -4426229 or 751292. OLE color: 751292.
HSL color Cylindrical-coordinate representation of color #BC760B: hue angle of 36.27º 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 #BC760B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 11 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.26 |
| HSL | 36.27º | 0.89% | 0.39% | - |
| HSV(B) | 36.27º | 0.94% | 0.74% | - |
| XYZ | 27.28 | 23.67 | 3.45 | - |
| YUV | 126.73 | 62.69 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 11 | 0 | 0.37 | 0.94 | 0.26 | 36.27 | 0.89 | 0.39 |
| Hex | BC | 76 | B | 0 | 25 | 5E | 1A | 24 | 59 | 27 |
| Octal | 274 | 166 | 13 | 0 | 45 | 136 | 32 | 44 | 131 | 47 |
| Binary | 10111100 | 1110110 | 1011 | 0 | 100101 | 1011110 | 11010 | 100100 | 1011001 | 100111 |
Color Harmonies of #BC760B
Complementary color
Monochromatic Colors of #BC760B
Black with #BC760B
Text Example
Text Example
White with #BC760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC760B; }
p { color: rgb(188,118,11); }
H1.HeaderClassName
{
color: #BC760B;
}
.AnyTagClassName
{
color: #BC760B;
}
</style>
background-color css
<style>
a { background-color: #BC760B; }
a { background-color: rgb(188,118,11); }
div.DivClassName
{
background-color: #BC760B;
}
.BgClassName
{
background-color: #BC760B;
}
</style>
border-color css
<style>
span { border-color: #BC760B; }
span { border-color: rgb(188,118,11); }
td.TdClassName
{
border-color: #BC760B;
}
.TagClassName
{
border-color: #BC760B;
}
</style>