Shades of Dark Goldenrod #BC790F
Tints of Dark Goldenrod #BC790F
RGB
CMYK
RGB Variations
Color information
#BC790F (or 0xBC790F) is known color: Dark Goldenrod. HEX triplet: BC, 79 and 0F. RGB value is (188,121,15). Sum of RGB (Red+Green+Blue) = 188+121+15=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC790F is #4386F0. Grayscale: #818181. Windows color (decimal): -4425457 or 1014204. OLE color: 1014204.
HSL color Cylindrical-coordinate representation of color #BC790F: hue angle of 36.76º 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 #BC790F is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 15 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.26 |
| HSL | 36.76º | 0.85% | 0.4% | - |
| HSV(B) | 36.76º | 0.92% | 0.74% | - |
| XYZ | 27.66 | 24.4 | 3.7 | - |
| YUV | 128.95 | 63.7 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 15 | 0 | 0.36 | 0.92 | 0.26 | 36.76 | 0.85 | 0.4 |
| Hex | BC | 79 | F | 0 | 24 | 5C | 1A | 25 | 55 | 28 |
| Octal | 274 | 171 | 17 | 0 | 44 | 134 | 32 | 45 | 125 | 50 |
| Binary | 10111100 | 1111001 | 1111 | 0 | 100100 | 1011100 | 11010 | 100101 | 1010101 | 101000 |
Color Harmonies of #BC790F
Complementary color
Monochromatic Colors of #BC790F
Black with #BC790F
Text Example
Text Example
White with #BC790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC790F; }
p { color: rgb(188,121,15); }
H1.HeaderClassName
{
color: #BC790F;
}
.AnyTagClassName
{
color: #BC790F;
}
</style>
background-color css
<style>
a { background-color: #BC790F; }
a { background-color: rgb(188,121,15); }
div.DivClassName
{
background-color: #BC790F;
}
.BgClassName
{
background-color: #BC790F;
}
</style>
border-color css
<style>
span { border-color: #BC790F; }
span { border-color: rgb(188,121,15); }
td.TdClassName
{
border-color: #BC790F;
}
.TagClassName
{
border-color: #BC790F;
}
</style>