Shades of Dark Goldenrod #BC7F02
Tints of Dark Goldenrod #BC7F02
RGB
CMYK
RGB Variations
Color information
#BC7F02 (or 0xBC7F02) is known color: Dark Goldenrod. HEX triplet: BC, 7F and 02. RGB value is (188,127,2). Sum of RGB (Red+Green+Blue) = 188+127+2=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7F02 is #4380FD. Grayscale: #838383. Windows color (decimal): -4423934 or 163772. OLE color: 163772.
HSL color Cylindrical-coordinate representation of color #BC7F02: hue angle of 40.32º 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 #BC7F02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.26 |
| HSL | 40.32º | 0.98% | 0.37% | - |
| HSV(B) | 40.32º | 0.99% | 0.74% | - |
| XYZ | 28.34 | 25.87 | 3.56 | - |
| YUV | 130.99 | 55.21 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 2 | 0 | 0.32 | 0.99 | 0.26 | 40.32 | 0.98 | 0.37 |
| Hex | BC | 7F | 2 | 0 | 20 | 63 | 1A | 28 | 62 | 25 |
| Octal | 274 | 177 | 2 | 0 | 40 | 143 | 32 | 50 | 142 | 45 |
| Binary | 10111100 | 1111111 | 10 | 0 | 100000 | 1100011 | 11010 | 101000 | 1100010 | 100101 |
Color Harmonies of #BC7F02
Complementary color
Monochromatic Colors of #BC7F02
Black with #BC7F02
Text Example
Text Example
White with #BC7F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F02; }
p { color: rgb(188,127,2); }
H1.HeaderClassName
{
color: #BC7F02;
}
.AnyTagClassName
{
color: #BC7F02;
}
</style>
background-color css
<style>
a { background-color: #BC7F02; }
a { background-color: rgb(188,127,2); }
div.DivClassName
{
background-color: #BC7F02;
}
.BgClassName
{
background-color: #BC7F02;
}
</style>
border-color css
<style>
span { border-color: #BC7F02; }
span { border-color: rgb(188,127,2); }
td.TdClassName
{
border-color: #BC7F02;
}
.TagClassName
{
border-color: #BC7F02;
}
</style>