Shades of Dark Goldenrod #BC9502
Tints of Dark Goldenrod #BC9502
RGB
CMYK
RGB Variations
Color information
#BC9502 (or 0xBC9502) is known color: Dark Goldenrod. HEX triplet: BC, 95 and 02. RGB value is (188,149,2). Sum of RGB (Red+Green+Blue) = 188+149+2=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9502 is #436AFD. Grayscale: #909090. Windows color (decimal): -4418302 or 169404. OLE color: 169404.
HSL color Cylindrical-coordinate representation of color #BC9502: hue angle of 47.42º 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 #BC9502 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.26 |
| HSL | 47.42º | 0.98% | 0.37% | - |
| HSV(B) | 47.42º | 0.99% | 0.74% | - |
| XYZ | 31.5 | 32.19 | 4.61 | - |
| YUV | 143.9 | 47.92 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 2 | 0 | 0.21 | 0.99 | 0.26 | 47.42 | 0.98 | 0.37 |
| Hex | BC | 95 | 2 | 0 | 15 | 63 | 1A | 2F | 62 | 25 |
| Octal | 274 | 225 | 2 | 0 | 25 | 143 | 32 | 57 | 142 | 45 |
| Binary | 10111100 | 10010101 | 10 | 0 | 10101 | 1100011 | 11010 | 101111 | 1100010 | 100101 |
Color Harmonies of #BC9502
Complementary color
Monochromatic Colors of #BC9502
Black with #BC9502
Text Example
Text Example
White with #BC9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9502; }
p { color: rgb(188,149,2); }
H1.HeaderClassName
{
color: #BC9502;
}
.AnyTagClassName
{
color: #BC9502;
}
</style>
background-color css
<style>
a { background-color: #BC9502; }
a { background-color: rgb(188,149,2); }
div.DivClassName
{
background-color: #BC9502;
}
.BgClassName
{
background-color: #BC9502;
}
</style>
border-color css
<style>
span { border-color: #BC9502; }
span { border-color: rgb(188,149,2); }
td.TdClassName
{
border-color: #BC9502;
}
.TagClassName
{
border-color: #BC9502;
}
</style>