Shades of Dark Goldenrod #BF930C
Tints of Dark Goldenrod #BF930C
RGB
CMYK
RGB Variations
Color information
#BF930C (or 0xBF930C) is known color: Dark Goldenrod. HEX triplet: BF, 93 and 0C. RGB value is (191,147,12). Sum of RGB (Red+Green+Blue) = 191+147+12=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF930C is #406CF3. Grayscale: #919191. Windows color (decimal): -4222196 or 824255. OLE color: 824255.
HSL color Cylindrical-coordinate representation of color #BF930C: hue angle of 45.25º 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 #BF930C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 12 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.25 |
| HSL | 45.25º | 0.88% | 0.4% | - |
| HSV(B) | 45.25º | 0.94% | 0.75% | - |
| XYZ | 31.99 | 31.97 | 4.83 | - |
| YUV | 144.77 | 53.08 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 12 | 0 | 0.23 | 0.94 | 0.25 | 45.25 | 0.88 | 0.4 |
| Hex | BF | 93 | C | 0 | 17 | 5E | 19 | 2D | 58 | 28 |
| Octal | 277 | 223 | 14 | 0 | 27 | 136 | 31 | 55 | 130 | 50 |
| Binary | 10111111 | 10010011 | 1100 | 0 | 10111 | 1011110 | 11001 | 101101 | 1011000 | 101000 |
Color Harmonies of #BF930C
Complementary color
Monochromatic Colors of #BF930C
Black with #BF930C
Text Example
Text Example
White with #BF930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF930C; }
p { color: rgb(191,147,12); }
H1.HeaderClassName
{
color: #BF930C;
}
.AnyTagClassName
{
color: #BF930C;
}
</style>
background-color css
<style>
a { background-color: #BF930C; }
a { background-color: rgb(191,147,12); }
div.DivClassName
{
background-color: #BF930C;
}
.BgClassName
{
background-color: #BF930C;
}
</style>
border-color css
<style>
span { border-color: #BF930C; }
span { border-color: rgb(191,147,12); }
td.TdClassName
{
border-color: #BF930C;
}
.TagClassName
{
border-color: #BF930C;
}
</style>