Shades of Dark Goldenrod #BC770F
Tints of Dark Goldenrod #BC770F
RGB
CMYK
RGB Variations
Color information
#BC770F (or 0xBC770F) is known color: Dark Goldenrod. HEX triplet: BC, 77 and 0F. RGB value is (188,119,15). Sum of RGB (Red+Green+Blue) = 188+119+15=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC770F is #4388F0. Grayscale: #808080. Windows color (decimal): -4425969 or 1013692. OLE color: 1013692.
HSL color Cylindrical-coordinate representation of color #BC770F: hue angle of 36.07º 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 #BC770F is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 15 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.26 |
| HSL | 36.07º | 0.85% | 0.4% | - |
| HSV(B) | 36.07º | 0.92% | 0.74% | - |
| XYZ | 27.42 | 23.92 | 3.62 | - |
| YUV | 127.78 | 64.36 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 15 | 0 | 0.37 | 0.92 | 0.26 | 36.07 | 0.85 | 0.4 |
| Hex | BC | 77 | F | 0 | 25 | 5C | 1A | 24 | 55 | 28 |
| Octal | 274 | 167 | 17 | 0 | 45 | 134 | 32 | 44 | 125 | 50 |
| Binary | 10111100 | 1110111 | 1111 | 0 | 100101 | 1011100 | 11010 | 100100 | 1010101 | 101000 |
Color Harmonies of #BC770F
Complementary color
Monochromatic Colors of #BC770F
Black with #BC770F
Text Example
Text Example
White with #BC770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC770F; }
p { color: rgb(188,119,15); }
H1.HeaderClassName
{
color: #BC770F;
}
.AnyTagClassName
{
color: #BC770F;
}
</style>
background-color css
<style>
a { background-color: #BC770F; }
a { background-color: rgb(188,119,15); }
div.DivClassName
{
background-color: #BC770F;
}
.BgClassName
{
background-color: #BC770F;
}
</style>
border-color css
<style>
span { border-color: #BC770F; }
span { border-color: rgb(188,119,15); }
td.TdClassName
{
border-color: #BC770F;
}
.TagClassName
{
border-color: #BC770F;
}
</style>