Shades of Dark Goldenrod #BC9A03
Tints of Dark Goldenrod #BC9A03
RGB
CMYK
RGB Variations
Color information
#BC9A03 (or 0xBC9A03) is known color: Dark Goldenrod. HEX triplet: BC, 9A and 03. RGB value is (188,154,3). Sum of RGB (Red+Green+Blue) = 188+154+3=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9A03 is #4365FC. Grayscale: #939393. Windows color (decimal): -4417021 or 236220. OLE color: 236220.
HSL color Cylindrical-coordinate representation of color #BC9A03: hue angle of 48.97º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC9A03 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 3 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.26 |
| HSL | 48.97º | 0.97% | 0.37% | - |
| HSV(B) | 48.97º | 0.98% | 0.74% | - |
| XYZ | 32.31 | 33.81 | 4.91 | - |
| YUV | 146.95 | 46.76 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 3 | 0 | 0.18 | 0.98 | 0.26 | 48.97 | 0.97 | 0.37 |
| Hex | BC | 9A | 3 | 0 | 12 | 62 | 1A | 31 | 61 | 25 |
| Octal | 274 | 232 | 3 | 0 | 22 | 142 | 32 | 61 | 141 | 45 |
| Binary | 10111100 | 10011010 | 11 | 0 | 10010 | 1100010 | 11010 | 110001 | 1100001 | 100101 |
Color Harmonies of #BC9A03
Complementary color
Monochromatic Colors of #BC9A03
Black with #BC9A03
Text Example
Text Example
White with #BC9A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A03; }
p { color: rgb(188,154,3); }
H1.HeaderClassName
{
color: #BC9A03;
}
.AnyTagClassName
{
color: #BC9A03;
}
</style>
background-color css
<style>
a { background-color: #BC9A03; }
a { background-color: rgb(188,154,3); }
div.DivClassName
{
background-color: #BC9A03;
}
.BgClassName
{
background-color: #BC9A03;
}
</style>
border-color css
<style>
span { border-color: #BC9A03; }
span { border-color: rgb(188,154,3); }
td.TdClassName
{
border-color: #BC9A03;
}
.TagClassName
{
border-color: #BC9A03;
}
</style>