Shades of Dark Goldenrod #BC9702
Tints of Dark Goldenrod #BC9702
RGB
CMYK
RGB Variations
Color information
#BC9702 (or 0xBC9702) is known color: Dark Goldenrod. HEX triplet: BC, 97 and 02. RGB value is (188,151,2). Sum of RGB (Red+Green+Blue) = 188+151+2=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9702 is #4368FD. Grayscale: #919191. Windows color (decimal): -4417790 or 169916. OLE color: 169916.
HSL color Cylindrical-coordinate representation of color #BC9702: hue angle of 48.06º 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 #BC9702 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.26 |
| HSL | 48.06º | 0.98% | 0.37% | - |
| HSV(B) | 48.06º | 0.99% | 0.74% | - |
| XYZ | 31.82 | 32.83 | 4.72 | - |
| YUV | 145.08 | 47.26 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 2 | 0 | 0.20 | 0.99 | 0.26 | 48.06 | 0.98 | 0.37 |
| Hex | BC | 97 | 2 | 0 | 14 | 63 | 1A | 30 | 62 | 25 |
| Octal | 274 | 227 | 2 | 0 | 24 | 143 | 32 | 60 | 142 | 45 |
| Binary | 10111100 | 10010111 | 10 | 0 | 10100 | 1100011 | 11010 | 110000 | 1100010 | 100101 |
Color Harmonies of #BC9702
Complementary color
Monochromatic Colors of #BC9702
Black with #BC9702
Text Example
Text Example
White with #BC9702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9702; }
p { color: rgb(188,151,2); }
H1.HeaderClassName
{
color: #BC9702;
}
.AnyTagClassName
{
color: #BC9702;
}
</style>
background-color css
<style>
a { background-color: #BC9702; }
a { background-color: rgb(188,151,2); }
div.DivClassName
{
background-color: #BC9702;
}
.BgClassName
{
background-color: #BC9702;
}
</style>
border-color css
<style>
span { border-color: #BC9702; }
span { border-color: rgb(188,151,2); }
td.TdClassName
{
border-color: #BC9702;
}
.TagClassName
{
border-color: #BC9702;
}
</style>