Shades of Dark Goldenrod #BF780C
Tints of Dark Goldenrod #BF780C
RGB
CMYK
RGB Variations
Color information
#BF780C (or 0xBF780C) is known color: Dark Goldenrod. HEX triplet: BF, 78 and 0C. RGB value is (191,120,12). Sum of RGB (Red+Green+Blue) = 191+120+12=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF780C is #4087F3. Grayscale: #818181. Windows color (decimal): -4229108 or 817343. OLE color: 817343.
HSL color Cylindrical-coordinate representation of color #BF780C: hue angle of 36.2º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF780C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.25 |
| HSL | 36.2º | 0.88% | 0.4% | - |
| HSV(B) | 36.2º | 0.94% | 0.75% | - |
| XYZ | 28.27 | 24.54 | 3.59 | - |
| YUV | 128.92 | 62.02 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 12 | 0 | 0.37 | 0.94 | 0.25 | 36.2 | 0.88 | 0.4 |
| Hex | BF | 78 | C | 0 | 25 | 5E | 19 | 24 | 58 | 28 |
| Octal | 277 | 170 | 14 | 0 | 45 | 136 | 31 | 44 | 130 | 50 |
| Binary | 10111111 | 1111000 | 1100 | 0 | 100101 | 1011110 | 11001 | 100100 | 1011000 | 101000 |
Color Harmonies of #BF780C
Complementary color
Monochromatic Colors of #BF780C
Black with #BF780C
Text Example
Text Example
White with #BF780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF780C; }
p { color: rgb(191,120,12); }
H1.HeaderClassName
{
color: #BF780C;
}
.AnyTagClassName
{
color: #BF780C;
}
</style>
background-color css
<style>
a { background-color: #BF780C; }
a { background-color: rgb(191,120,12); }
div.DivClassName
{
background-color: #BF780C;
}
.BgClassName
{
background-color: #BF780C;
}
</style>
border-color css
<style>
span { border-color: #BF780C; }
span { border-color: rgb(191,120,12); }
td.TdClassName
{
border-color: #BF780C;
}
.TagClassName
{
border-color: #BF780C;
}
</style>