Shades of Dark Goldenrod #BF730C
Tints of Dark Goldenrod #BF730C
RGB
CMYK
RGB Variations
Color information
#BF730C (or 0xBF730C) is known color: Dark Goldenrod. HEX triplet: BF, 73 and 0C. RGB value is (191,115,12). Sum of RGB (Red+Green+Blue) = 191+115+12=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF730C is #408CF3. Grayscale: #7E7E7E. Windows color (decimal): -4230388 or 816063. OLE color: 816063.
HSL color Cylindrical-coordinate representation of color #BF730C: hue angle of 34.53º 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 #BF730C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 12 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.25 |
| HSL | 34.53º | 0.88% | 0.4% | - |
| HSV(B) | 34.53º | 0.94% | 0.75% | - |
| XYZ | 27.68 | 23.36 | 3.4 | - |
| YUV | 125.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 12 | 0 | 0.40 | 0.94 | 0.25 | 34.53 | 0.88 | 0.4 |
| Hex | BF | 73 | C | 0 | 28 | 5E | 19 | 23 | 58 | 28 |
| Octal | 277 | 163 | 14 | 0 | 50 | 136 | 31 | 43 | 130 | 50 |
| Binary | 10111111 | 1110011 | 1100 | 0 | 101000 | 1011110 | 11001 | 100011 | 1011000 | 101000 |
Color Harmonies of #BF730C
Complementary color
Monochromatic Colors of #BF730C
Black with #BF730C
Text Example
Text Example
White with #BF730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF730C; }
p { color: rgb(191,115,12); }
H1.HeaderClassName
{
color: #BF730C;
}
.AnyTagClassName
{
color: #BF730C;
}
</style>
background-color css
<style>
a { background-color: #BF730C; }
a { background-color: rgb(191,115,12); }
div.DivClassName
{
background-color: #BF730C;
}
.BgClassName
{
background-color: #BF730C;
}
</style>
border-color css
<style>
span { border-color: #BF730C; }
span { border-color: rgb(191,115,12); }
td.TdClassName
{
border-color: #BF730C;
}
.TagClassName
{
border-color: #BF730C;
}
</style>