Shades of Dark Goldenrod #BF770A
Tints of Dark Goldenrod #BF770A
RGB
CMYK
RGB Variations
Color information
#BF770A (or 0xBF770A) is known color: Dark Goldenrod. HEX triplet: BF, 77 and 0A. RGB value is (191,119,10). Sum of RGB (Red+Green+Blue) = 191+119+10=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF770A is #4088F5. Grayscale: #808080. Windows color (decimal): -4229366 or 686015. OLE color: 686015.
HSL color Cylindrical-coordinate representation of color #BF770A: hue angle of 36.13º 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 #BF770A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 10 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.25 |
| HSL | 36.13º | 0.9% | 0.39% | - |
| HSV(B) | 36.13º | 0.95% | 0.75% | - |
| XYZ | 28.14 | 24.29 | 3.49 | - |
| YUV | 128.1 | 61.35 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 10 | 0 | 0.38 | 0.95 | 0.25 | 36.13 | 0.9 | 0.39 |
| Hex | BF | 77 | A | 0 | 26 | 5F | 19 | 24 | 5A | 27 |
| Octal | 277 | 167 | 12 | 0 | 46 | 137 | 31 | 44 | 132 | 47 |
| Binary | 10111111 | 1110111 | 1010 | 0 | 100110 | 1011111 | 11001 | 100100 | 1011010 | 100111 |
Color Harmonies of #BF770A
Complementary color
Monochromatic Colors of #BF770A
Black with #BF770A
Text Example
Text Example
White with #BF770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF770A; }
p { color: rgb(191,119,10); }
H1.HeaderClassName
{
color: #BF770A;
}
.AnyTagClassName
{
color: #BF770A;
}
</style>
background-color css
<style>
a { background-color: #BF770A; }
a { background-color: rgb(191,119,10); }
div.DivClassName
{
background-color: #BF770A;
}
.BgClassName
{
background-color: #BF770A;
}
</style>
border-color css
<style>
span { border-color: #BF770A; }
span { border-color: rgb(191,119,10); }
td.TdClassName
{
border-color: #BF770A;
}
.TagClassName
{
border-color: #BF770A;
}
</style>