Shades of Dark Goldenrod #BC8A00
Tints of Dark Goldenrod #BC8A00
RGB
CMYK
RGB Variations
Color information
#BC8A00 (or 0xBC8A00) is known color: Dark Goldenrod. HEX triplet: BC, 8A and 00. RGB value is (188,138,0). Sum of RGB (Red+Green+Blue) = 188+138+0=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8A00 is #4375FF. Grayscale: #898989. Windows color (decimal): -4421120 or 35516. OLE color: 35516.
HSL color Cylindrical-coordinate representation of color #BC8A00: hue angle of 44.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC8A00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.26 |
| HSL | 44.04º | 1% | 0.37% | - |
| HSV(B) | 44.04º | 1% | 0.74% | - |
| XYZ | 29.83 | 28.87 | 4 | - |
| YUV | 137.22 | 50.57 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 0 | 0 | 0.27 | 1 | 0.26 | 44.04 | 1 | 0.37 |
| Hex | BC | 8A | 0 | 0 | 1B | 64 | 1A | 2C | 64 | 25 |
| Octal | 274 | 212 | 0 | 0 | 33 | 144 | 32 | 54 | 144 | 45 |
| Binary | 10111100 | 10001010 | 0 | 0 | 11011 | 1100100 | 11010 | 101100 | 1100100 | 100101 |
Color Harmonies of #BC8A00
Complementary color
Monochromatic Colors of #BC8A00
Black with #BC8A00
Text Example
Text Example
White with #BC8A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A00; }
p { color: rgb(188,138,0); }
H1.HeaderClassName
{
color: #BC8A00;
}
.AnyTagClassName
{
color: #BC8A00;
}
</style>
background-color css
<style>
a { background-color: #BC8A00; }
a { background-color: rgb(188,138,0); }
div.DivClassName
{
background-color: #BC8A00;
}
.BgClassName
{
background-color: #BC8A00;
}
</style>
border-color css
<style>
span { border-color: #BC8A00; }
span { border-color: rgb(188,138,0); }
td.TdClassName
{
border-color: #BC8A00;
}
.TagClassName
{
border-color: #BC8A00;
}
</style>