Shades of Dark Goldenrod #BF6F0A
Tints of Dark Goldenrod #BF6F0A
RGB
CMYK
RGB Variations
Color information
#BF6F0A (or 0xBF6F0A) is known color: Dark Goldenrod. HEX triplet: BF, 6F and 0A. RGB value is (191,111,10). Sum of RGB (Red+Green+Blue) = 191+111+10=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6F0A is #4090F5. Grayscale: #7B7B7B. Windows color (decimal): -4231414 or 683967. OLE color: 683967.
HSL color Cylindrical-coordinate representation of color #BF6F0A: hue angle of 33.48º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF6F0A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.25 |
| HSL | 33.48º | 0.9% | 0.39% | - |
| HSV(B) | 33.48º | 0.95% | 0.75% | - |
| XYZ | 27.23 | 22.47 | 3.19 | - |
| YUV | 123.41 | 64 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 10 | 0 | 0.42 | 0.95 | 0.25 | 33.48 | 0.9 | 0.39 |
| Hex | BF | 6F | A | 0 | 2A | 5F | 19 | 21 | 5A | 27 |
| Octal | 277 | 157 | 12 | 0 | 52 | 137 | 31 | 41 | 132 | 47 |
| Binary | 10111111 | 1101111 | 1010 | 0 | 101010 | 1011111 | 11001 | 100001 | 1011010 | 100111 |
Color Harmonies of #BF6F0A
Complementary color
Monochromatic Colors of #BF6F0A
Black with #BF6F0A
Text Example
Text Example
White with #BF6F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F0A; }
p { color: rgb(191,111,10); }
H1.HeaderClassName
{
color: #BF6F0A;
}
.AnyTagClassName
{
color: #BF6F0A;
}
</style>
background-color css
<style>
a { background-color: #BF6F0A; }
a { background-color: rgb(191,111,10); }
div.DivClassName
{
background-color: #BF6F0A;
}
.BgClassName
{
background-color: #BF6F0A;
}
</style>
border-color css
<style>
span { border-color: #BF6F0A; }
span { border-color: rgb(191,111,10); }
td.TdClassName
{
border-color: #BF6F0A;
}
.TagClassName
{
border-color: #BF6F0A;
}
</style>