Shades of Dark Goldenrod #BF7A04
Tints of Dark Goldenrod #BF7A04
RGB
CMYK
RGB Variations
Color information
#BF7A04 (or 0xBF7A04) is known color: Dark Goldenrod. HEX triplet: BF, 7A and 04. RGB value is (191,122,4). Sum of RGB (Red+Green+Blue) = 191+122+4=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7A04 is #4085FB. Grayscale: #818181. Windows color (decimal): -4228604 or 293567. OLE color: 293567.
HSL color Cylindrical-coordinate representation of color #BF7A04: hue angle of 37.86º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF7A04 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 122 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.25 |
| HSL | 37.86º | 0.96% | 0.38% | - |
| HSV(B) | 37.86º | 0.98% | 0.75% | - |
| XYZ | 28.47 | 25 | 3.44 | - |
| YUV | 129.18 | 57.36 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 4 | 0 | 0.36 | 0.98 | 0.25 | 37.86 | 0.96 | 0.38 |
| Hex | BF | 7A | 4 | 0 | 24 | 62 | 19 | 26 | 60 | 26 |
| Octal | 277 | 172 | 4 | 0 | 44 | 142 | 31 | 46 | 140 | 46 |
| Binary | 10111111 | 1111010 | 100 | 0 | 100100 | 1100010 | 11001 | 100110 | 1100000 | 100110 |
Color Harmonies of #BF7A04
Complementary color
Monochromatic Colors of #BF7A04
Black with #BF7A04
Text Example
Text Example
White with #BF7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7A04; }
p { color: rgb(191,122,4); }
H1.HeaderClassName
{
color: #BF7A04;
}
.AnyTagClassName
{
color: #BF7A04;
}
</style>
background-color css
<style>
a { background-color: #BF7A04; }
a { background-color: rgb(191,122,4); }
div.DivClassName
{
background-color: #BF7A04;
}
.BgClassName
{
background-color: #BF7A04;
}
</style>
border-color css
<style>
span { border-color: #BF7A04; }
span { border-color: rgb(191,122,4); }
td.TdClassName
{
border-color: #BF7A04;
}
.TagClassName
{
border-color: #BF7A04;
}
</style>