Shades of Dark Goldenrod #BF6F01
Tints of Dark Goldenrod #BF6F01
RGB
CMYK
RGB Variations
Color information
#BF6F01 (or 0xBF6F01) is known color: Dark Goldenrod. HEX triplet: BF, 6F and 01. RGB value is (191,111,1). Sum of RGB (Red+Green+Blue) = 191+111+1=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6F01 is #4090FE. Grayscale: #7A7A7A. Windows color (decimal): -4231423 or 94143. OLE color: 94143.
HSL color Cylindrical-coordinate representation of color #BF6F01: hue angle of 34.74º 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 #BF6F01 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.25 |
| HSL | 34.74º | 0.99% | 0.38% | - |
| HSV(B) | 34.74º | 0.99% | 0.75% | - |
| XYZ | 27.18 | 22.45 | 2.93 | - |
| YUV | 122.38 | 59.5 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 1 | 0 | 0.42 | 0.99 | 0.25 | 34.74 | 0.99 | 0.38 |
| Hex | BF | 6F | 1 | 0 | 2A | 63 | 19 | 23 | 63 | 26 |
| Octal | 277 | 157 | 1 | 0 | 52 | 143 | 31 | 43 | 143 | 46 |
| Binary | 10111111 | 1101111 | 1 | 0 | 101010 | 1100011 | 11001 | 100011 | 1100011 | 100110 |
Color Harmonies of #BF6F01
Complementary color
Monochromatic Colors of #BF6F01
Black with #BF6F01
Text Example
Text Example
White with #BF6F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F01; }
p { color: rgb(191,111,1); }
H1.HeaderClassName
{
color: #BF6F01;
}
.AnyTagClassName
{
color: #BF6F01;
}
</style>
background-color css
<style>
a { background-color: #BF6F01; }
a { background-color: rgb(191,111,1); }
div.DivClassName
{
background-color: #BF6F01;
}
.BgClassName
{
background-color: #BF6F01;
}
</style>
border-color css
<style>
span { border-color: #BF6F01; }
span { border-color: rgb(191,111,1); }
td.TdClassName
{
border-color: #BF6F01;
}
.TagClassName
{
border-color: #BF6F01;
}
</style>