Shades of Dark Goldenrod #BC730F
Tints of Dark Goldenrod #BC730F
RGB
CMYK
RGB Variations
Color information
#BC730F (or 0xBC730F) is known color: Dark Goldenrod. HEX triplet: BC, 73 and 0F. RGB value is (188,115,15). Sum of RGB (Red+Green+Blue) = 188+115+15=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC730F is #438CF0. Grayscale: #7D7D7D. Windows color (decimal): -4426993 or 1012668. OLE color: 1012668.
HSL color Cylindrical-coordinate representation of color #BC730F: hue angle of 34.68º 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 #BC730F is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 15 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.26 |
| HSL | 34.68º | 0.85% | 0.4% | - |
| HSV(B) | 34.68º | 0.92% | 0.74% | - |
| XYZ | 26.96 | 22.99 | 3.47 | - |
| YUV | 125.43 | 65.68 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 15 | 0 | 0.39 | 0.92 | 0.26 | 34.68 | 0.85 | 0.4 |
| Hex | BC | 73 | F | 0 | 27 | 5C | 1A | 23 | 55 | 28 |
| Octal | 274 | 163 | 17 | 0 | 47 | 134 | 32 | 43 | 125 | 50 |
| Binary | 10111100 | 1110011 | 1111 | 0 | 100111 | 1011100 | 11010 | 100011 | 1010101 | 101000 |
Color Harmonies of #BC730F
Complementary color
Monochromatic Colors of #BC730F
Black with #BC730F
Text Example
Text Example
White with #BC730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC730F; }
p { color: rgb(188,115,15); }
H1.HeaderClassName
{
color: #BC730F;
}
.AnyTagClassName
{
color: #BC730F;
}
</style>
background-color css
<style>
a { background-color: #BC730F; }
a { background-color: rgb(188,115,15); }
div.DivClassName
{
background-color: #BC730F;
}
.BgClassName
{
background-color: #BC730F;
}
</style>
border-color css
<style>
span { border-color: #BC730F; }
span { border-color: rgb(188,115,15); }
td.TdClassName
{
border-color: #BC730F;
}
.TagClassName
{
border-color: #BC730F;
}
</style>