Shades of Dark Goldenrod #BC7902
Tints of Dark Goldenrod #BC7902
RGB
CMYK
RGB Variations
Color information
#BC7902 (or 0xBC7902) is known color: Dark Goldenrod. HEX triplet: BC, 79 and 02. RGB value is (188,121,2). Sum of RGB (Red+Green+Blue) = 188+121+2=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7902 is #4386FD. Grayscale: #808080. Windows color (decimal): -4425470 or 162236. OLE color: 162236.
HSL color Cylindrical-coordinate representation of color #BC7902: hue angle of 38.39º 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 #BC7902 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.26 |
| HSL | 38.39º | 0.98% | 0.37% | - |
| HSV(B) | 38.39º | 0.99% | 0.74% | - |
| XYZ | 27.59 | 24.37 | 3.31 | - |
| YUV | 127.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 2 | 0 | 0.36 | 0.99 | 0.26 | 38.39 | 0.98 | 0.37 |
| Hex | BC | 79 | 2 | 0 | 24 | 63 | 1A | 26 | 62 | 25 |
| Octal | 274 | 171 | 2 | 0 | 44 | 143 | 32 | 46 | 142 | 45 |
| Binary | 10111100 | 1111001 | 10 | 0 | 100100 | 1100011 | 11010 | 100110 | 1100010 | 100101 |
Color Harmonies of #BC7902
Complementary color
Monochromatic Colors of #BC7902
Black with #BC7902
Text Example
Text Example
White with #BC7902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7902; }
p { color: rgb(188,121,2); }
H1.HeaderClassName
{
color: #BC7902;
}
.AnyTagClassName
{
color: #BC7902;
}
</style>
background-color css
<style>
a { background-color: #BC7902; }
a { background-color: rgb(188,121,2); }
div.DivClassName
{
background-color: #BC7902;
}
.BgClassName
{
background-color: #BC7902;
}
</style>
border-color css
<style>
span { border-color: #BC7902; }
span { border-color: rgb(188,121,2); }
td.TdClassName
{
border-color: #BC7902;
}
.TagClassName
{
border-color: #BC7902;
}
</style>