Shades of Dark Goldenrod #BC8A11
Tints of Dark Goldenrod #BC8A11
RGB
CMYK
RGB Variations
Color information
#BC8A11 (or 0xBC8A11) is known color: Dark Goldenrod. HEX triplet: BC, 8A and 11. RGB value is (188,138,17). Sum of RGB (Red+Green+Blue) = 188+138+17=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8A11 is #4375EE. Grayscale: #8B8B8B. Windows color (decimal): -4421103 or 1149628. OLE color: 1149628.
HSL color Cylindrical-coordinate representation of color #BC8A11: hue angle of 42.46º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC8A11 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 17 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.26 |
| HSL | 42.46º | 0.83% | 0.4% | - |
| HSV(B) | 42.46º | 0.91% | 0.74% | - |
| XYZ | 29.93 | 28.91 | 4.53 | - |
| YUV | 139.16 | 59.07 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 17 | 0 | 0.27 | 0.91 | 0.26 | 42.46 | 0.83 | 0.4 |
| Hex | BC | 8A | 11 | 0 | 1B | 5B | 1A | 2A | 53 | 28 |
| Octal | 274 | 212 | 21 | 0 | 33 | 133 | 32 | 52 | 123 | 50 |
| Binary | 10111100 | 10001010 | 10001 | 0 | 11011 | 1011011 | 11010 | 101010 | 1010011 | 101000 |
Color Harmonies of #BC8A11
Complementary color
Monochromatic Colors of #BC8A11
Black with #BC8A11
Text Example
Text Example
White with #BC8A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A11; }
p { color: rgb(188,138,17); }
H1.HeaderClassName
{
color: #BC8A11;
}
.AnyTagClassName
{
color: #BC8A11;
}
</style>
background-color css
<style>
a { background-color: #BC8A11; }
a { background-color: rgb(188,138,17); }
div.DivClassName
{
background-color: #BC8A11;
}
.BgClassName
{
background-color: #BC8A11;
}
</style>
border-color css
<style>
span { border-color: #BC8A11; }
span { border-color: rgb(188,138,17); }
td.TdClassName
{
border-color: #BC8A11;
}
.TagClassName
{
border-color: #BC8A11;
}
</style>