Shades of Dark Goldenrod #BF700C
Tints of Dark Goldenrod #BF700C
RGB
CMYK
RGB Variations
Color information
#BF700C (or 0xBF700C) is known color: Dark Goldenrod. HEX triplet: BF, 70 and 0C. RGB value is (191,112,12). Sum of RGB (Red+Green+Blue) = 191+112+12=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF700C is #408FF3. Grayscale: #7C7C7C. Windows color (decimal): -4231156 or 815295. OLE color: 815295.
HSL color Cylindrical-coordinate representation of color #BF700C: hue angle of 33.52º 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 #BF700C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.25 |
| HSL | 33.52º | 0.88% | 0.4% | - |
| HSV(B) | 33.52º | 0.94% | 0.75% | - |
| XYZ | 27.35 | 22.69 | 3.29 | - |
| YUV | 124.22 | 64.67 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 12 | 0 | 0.41 | 0.94 | 0.25 | 33.52 | 0.88 | 0.4 |
| Hex | BF | 70 | C | 0 | 29 | 5E | 19 | 22 | 58 | 28 |
| Octal | 277 | 160 | 14 | 0 | 51 | 136 | 31 | 42 | 130 | 50 |
| Binary | 10111111 | 1110000 | 1100 | 0 | 101001 | 1011110 | 11001 | 100010 | 1011000 | 101000 |
Color Harmonies of #BF700C
Complementary color
Monochromatic Colors of #BF700C
Black with #BF700C
Text Example
Text Example
White with #BF700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF700C; }
p { color: rgb(191,112,12); }
H1.HeaderClassName
{
color: #BF700C;
}
.AnyTagClassName
{
color: #BF700C;
}
</style>
background-color css
<style>
a { background-color: #BF700C; }
a { background-color: rgb(191,112,12); }
div.DivClassName
{
background-color: #BF700C;
}
.BgClassName
{
background-color: #BF700C;
}
</style>
border-color css
<style>
span { border-color: #BF700C; }
span { border-color: rgb(191,112,12); }
td.TdClassName
{
border-color: #BF700C;
}
.TagClassName
{
border-color: #BF700C;
}
</style>