Shades of Dark Goldenrod #BF8B0F
Tints of Dark Goldenrod #BF8B0F
RGB
CMYK
RGB Variations
Color information
#BF8B0F (or 0xBF8B0F) is known color: Dark Goldenrod. HEX triplet: BF, 8B and 0F. RGB value is (191,139,15). Sum of RGB (Red+Green+Blue) = 191+139+15=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8B0F is #4074F0. Grayscale: #8C8C8C. Windows color (decimal): -4224241 or 1018815. OLE color: 1018815.
HSL color Cylindrical-coordinate representation of color #BF8B0F: hue angle of 42.27º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF8B0F is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 139 | 15 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.25 |
| HSL | 42.27º | 0.85% | 0.4% | - |
| HSV(B) | 42.27º | 0.92% | 0.75% | - |
| XYZ | 30.8 | 29.58 | 4.54 | - |
| YUV | 140.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 15 | 0 | 0.27 | 0.92 | 0.25 | 42.27 | 0.85 | 0.4 |
| Hex | BF | 8B | F | 0 | 1B | 5C | 19 | 2A | 55 | 28 |
| Octal | 277 | 213 | 17 | 0 | 33 | 134 | 31 | 52 | 125 | 50 |
| Binary | 10111111 | 10001011 | 1111 | 0 | 11011 | 1011100 | 11001 | 101010 | 1010101 | 101000 |
Color Harmonies of #BF8B0F
Complementary color
Monochromatic Colors of #BF8B0F
Black with #BF8B0F
Text Example
Text Example
White with #BF8B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8B0F; }
p { color: rgb(191,139,15); }
H1.HeaderClassName
{
color: #BF8B0F;
}
.AnyTagClassName
{
color: #BF8B0F;
}
</style>
background-color css
<style>
a { background-color: #BF8B0F; }
a { background-color: rgb(191,139,15); }
div.DivClassName
{
background-color: #BF8B0F;
}
.BgClassName
{
background-color: #BF8B0F;
}
</style>
border-color css
<style>
span { border-color: #BF8B0F; }
span { border-color: rgb(191,139,15); }
td.TdClassName
{
border-color: #BF8B0F;
}
.TagClassName
{
border-color: #BF8B0F;
}
</style>