Shades of Dark Goldenrod #BF7B11
Tints of Dark Goldenrod #BF7B11
RGB
CMYK
RGB Variations
Color information
#BF7B11 (or 0xBF7B11) is known color: Dark Goldenrod. HEX triplet: BF, 7B and 11. RGB value is (191,123,17). Sum of RGB (Red+Green+Blue) = 191+123+17=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7B11 is #4084EE. Grayscale: #838383. Windows color (decimal): -4228335 or 1145791. OLE color: 1145791.
HSL color Cylindrical-coordinate representation of color #BF7B11: hue angle of 36.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF7B11 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 17 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.25 |
| HSL | 36.55º | 0.84% | 0.41% | - |
| HSV(B) | 36.55º | 0.91% | 0.75% | - |
| XYZ | 28.67 | 25.28 | 3.9 | - |
| YUV | 131.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 17 | 0 | 0.36 | 0.91 | 0.25 | 36.55 | 0.84 | 0.41 |
| Hex | BF | 7B | 11 | 0 | 24 | 5B | 19 | 25 | 54 | 29 |
| Octal | 277 | 173 | 21 | 0 | 44 | 133 | 31 | 45 | 124 | 51 |
| Binary | 10111111 | 1111011 | 10001 | 0 | 100100 | 1011011 | 11001 | 100101 | 1010100 | 101001 |
Color Harmonies of #BF7B11
Complementary color
Monochromatic Colors of #BF7B11
Black with #BF7B11
Text Example
Text Example
White with #BF7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B11; }
p { color: rgb(191,123,17); }
H1.HeaderClassName
{
color: #BF7B11;
}
.AnyTagClassName
{
color: #BF7B11;
}
</style>
background-color css
<style>
a { background-color: #BF7B11; }
a { background-color: rgb(191,123,17); }
div.DivClassName
{
background-color: #BF7B11;
}
.BgClassName
{
background-color: #BF7B11;
}
</style>
border-color css
<style>
span { border-color: #BF7B11; }
span { border-color: rgb(191,123,17); }
td.TdClassName
{
border-color: #BF7B11;
}
.TagClassName
{
border-color: #BF7B11;
}
</style>