Shades of Dark Goldenrod #BF7C01
Tints of Dark Goldenrod #BF7C01
RGB
CMYK
RGB Variations
Color information
#BF7C01 (or 0xBF7C01) is known color: Dark Goldenrod. HEX triplet: BF, 7C and 01. RGB value is (191,124,1). Sum of RGB (Red+Green+Blue) = 191+124+1=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7C01 is #4083FE. Grayscale: #828282. Windows color (decimal): -4228095 or 97471. OLE color: 97471.
HSL color Cylindrical-coordinate representation of color #BF7C01: hue angle of 38.84º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF7C01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 124 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.25 |
| HSL | 38.84º | 0.99% | 0.38% | - |
| HSV(B) | 38.84º | 0.99% | 0.75% | - |
| XYZ | 28.7 | 25.49 | 3.44 | - |
| YUV | 130.01 | 55.2 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 1 | 0 | 0.35 | 0.99 | 0.25 | 38.84 | 0.99 | 0.38 |
| Hex | BF | 7C | 1 | 0 | 23 | 63 | 19 | 27 | 63 | 26 |
| Octal | 277 | 174 | 1 | 0 | 43 | 143 | 31 | 47 | 143 | 46 |
| Binary | 10111111 | 1111100 | 1 | 0 | 100011 | 1100011 | 11001 | 100111 | 1100011 | 100110 |
Color Harmonies of #BF7C01
Complementary color
Monochromatic Colors of #BF7C01
Black with #BF7C01
Text Example
Text Example
White with #BF7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7C01; }
p { color: rgb(191,124,1); }
H1.HeaderClassName
{
color: #BF7C01;
}
.AnyTagClassName
{
color: #BF7C01;
}
</style>
background-color css
<style>
a { background-color: #BF7C01; }
a { background-color: rgb(191,124,1); }
div.DivClassName
{
background-color: #BF7C01;
}
.BgClassName
{
background-color: #BF7C01;
}
</style>
border-color css
<style>
span { border-color: #BF7C01; }
span { border-color: rgb(191,124,1); }
td.TdClassName
{
border-color: #BF7C01;
}
.TagClassName
{
border-color: #BF7C01;
}
</style>