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