Shades of Dark Goldenrod #BC801A
Tints of Dark Goldenrod #BC801A
RGB
CMYK
RGB Variations
Color information
#BC801A (or 0xBC801A) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 1A. RGB value is (188,128,26). Sum of RGB (Red+Green+Blue) = 188+128+26=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC801A is #437FE5. Grayscale: #868686. Windows color (decimal): -4423654 or 1736892. OLE color: 1736892.
HSL color Cylindrical-coordinate representation of color #BC801A: hue angle of 37.78º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC801A is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 26 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.26 |
| HSL | 37.78º | 0.76% | 0.42% | - |
| HSV(B) | 37.78º | 0.86% | 0.74% | - |
| XYZ | 28.64 | 26.2 | 4.53 | - |
| YUV | 134.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 26 | 0 | 0.32 | 0.86 | 0.26 | 37.78 | 0.76 | 0.42 |
| Hex | BC | 80 | 1A | 0 | 20 | 56 | 1A | 26 | 4C | 2A |
| Octal | 274 | 200 | 32 | 0 | 40 | 126 | 32 | 46 | 114 | 52 |
| Binary | 10111100 | 10000000 | 11010 | 0 | 100000 | 1010110 | 11010 | 100110 | 1001100 | 101010 |
Color Harmonies of #BC801A
Complementary color
Monochromatic Colors of #BC801A
Black with #BC801A
Text Example
Text Example
White with #BC801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC801A; }
p { color: rgb(188,128,26); }
H1.HeaderClassName
{
color: #BC801A;
}
.AnyTagClassName
{
color: #BC801A;
}
</style>
background-color css
<style>
a { background-color: #BC801A; }
a { background-color: rgb(188,128,26); }
div.DivClassName
{
background-color: #BC801A;
}
.BgClassName
{
background-color: #BC801A;
}
</style>
border-color css
<style>
span { border-color: #BC801A; }
span { border-color: rgb(188,128,26); }
td.TdClassName
{
border-color: #BC801A;
}
.TagClassName
{
border-color: #BC801A;
}
</style>