Shades of Dark Goldenrod #BC9302
Tints of Dark Goldenrod #BC9302
RGB
CMYK
RGB Variations
Color information
#BC9302 (or 0xBC9302) is known color: Dark Goldenrod. HEX triplet: BC, 93 and 02. RGB value is (188,147,2). Sum of RGB (Red+Green+Blue) = 188+147+2=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9302 is #436CFD. Grayscale: #8F8F8F. Windows color (decimal): -4418814 or 168892. OLE color: 168892.
HSL color Cylindrical-coordinate representation of color #BC9302: hue angle of 46.77º degrees, saturation: 0.98, 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 #BC9302 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.26 |
| HSL | 46.77º | 0.98% | 0.37% | - |
| HSV(B) | 46.77º | 0.99% | 0.74% | - |
| XYZ | 31.18 | 31.56 | 4.51 | - |
| YUV | 142.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 2 | 0 | 0.22 | 0.99 | 0.26 | 46.77 | 0.98 | 0.37 |
| Hex | BC | 93 | 2 | 0 | 16 | 63 | 1A | 2F | 62 | 25 |
| Octal | 274 | 223 | 2 | 0 | 26 | 143 | 32 | 57 | 142 | 45 |
| Binary | 10111100 | 10010011 | 10 | 0 | 10110 | 1100011 | 11010 | 101111 | 1100010 | 100101 |
Color Harmonies of #BC9302
Complementary color
Monochromatic Colors of #BC9302
Black with #BC9302
Text Example
Text Example
White with #BC9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9302; }
p { color: rgb(188,147,2); }
H1.HeaderClassName
{
color: #BC9302;
}
.AnyTagClassName
{
color: #BC9302;
}
</style>
background-color css
<style>
a { background-color: #BC9302; }
a { background-color: rgb(188,147,2); }
div.DivClassName
{
background-color: #BC9302;
}
.BgClassName
{
background-color: #BC9302;
}
</style>
border-color css
<style>
span { border-color: #BC9302; }
span { border-color: rgb(188,147,2); }
td.TdClassName
{
border-color: #BC9302;
}
.TagClassName
{
border-color: #BC9302;
}
</style>