Shades of Dark Goldenrod #BC740F
Tints of Dark Goldenrod #BC740F
RGB
CMYK
RGB Variations
Color information
#BC740F (or 0xBC740F) is known color: Dark Goldenrod. HEX triplet: BC, 74 and 0F. RGB value is (188,116,15). Sum of RGB (Red+Green+Blue) = 188+116+15=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC740F is #438BF0. Grayscale: #7E7E7E. Windows color (decimal): -4426737 or 1012924. OLE color: 1012924.
HSL color Cylindrical-coordinate representation of color #BC740F: hue angle of 35.03º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC740F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 15 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.26 |
| HSL | 35.03º | 0.85% | 0.4% | - |
| HSV(B) | 35.03º | 0.92% | 0.74% | - |
| XYZ | 27.07 | 23.22 | 3.51 | - |
| YUV | 126.01 | 65.35 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 15 | 0 | 0.38 | 0.92 | 0.26 | 35.03 | 0.85 | 0.4 |
| Hex | BC | 74 | F | 0 | 26 | 5C | 1A | 23 | 55 | 28 |
| Octal | 274 | 164 | 17 | 0 | 46 | 134 | 32 | 43 | 125 | 50 |
| Binary | 10111100 | 1110100 | 1111 | 0 | 100110 | 1011100 | 11010 | 100011 | 1010101 | 101000 |
Color Harmonies of #BC740F
Complementary color
Monochromatic Colors of #BC740F
Black with #BC740F
Text Example
Text Example
White with #BC740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC740F; }
p { color: rgb(188,116,15); }
H1.HeaderClassName
{
color: #BC740F;
}
.AnyTagClassName
{
color: #BC740F;
}
</style>
background-color css
<style>
a { background-color: #BC740F; }
a { background-color: rgb(188,116,15); }
div.DivClassName
{
background-color: #BC740F;
}
.BgClassName
{
background-color: #BC740F;
}
</style>
border-color css
<style>
span { border-color: #BC740F; }
span { border-color: rgb(188,116,15); }
td.TdClassName
{
border-color: #BC740F;
}
.TagClassName
{
border-color: #BC740F;
}
</style>