Shades of Sundance #BFA346
Tints of Sundance #BFA346
RGB
CMYK
RGB Variations
Color information
#BFA346 (or 0xBFA346) is known color: Sundance. HEX triplet: BF, A3 and 46. RGB value is (191,163,70). Sum of RGB (Red+Green+Blue) = 191+163+70=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA346 is #405CB9. Grayscale: #A1A1A1. Windows color (decimal): -4218042 or 4629439. OLE color: 4629439.
HSL color Cylindrical-coordinate representation of color #BFA346: hue angle of 46.12º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFA346 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 70 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.25 |
| HSL | 46.12º | 0.49% | 0.51% | - |
| HSV(B) | 46.12º | 0.63% | 0.75% | - |
| XYZ | 35.69 | 37.71 | 11.19 | - |
| YUV | 160.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 70 | 0 | 0.15 | 0.63 | 0.25 | 46.12 | 0.49 | 0.51 |
| Hex | BF | A3 | 46 | 0 | F | 3F | 19 | 2E | 31 | 33 |
| Octal | 277 | 243 | 106 | 0 | 17 | 77 | 31 | 56 | 61 | 63 |
| Binary | 10111111 | 10100011 | 1000110 | 0 | 1111 | 111111 | 11001 | 101110 | 110001 | 110011 |
Color Harmonies of #BFA346
Complementary color
Monochromatic Colors of #BFA346
Black with #BFA346
Text Example
Text Example
White with #BFA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA346; }
p { color: rgb(191,163,70); }
H1.HeaderClassName
{
color: #BFA346;
}
.AnyTagClassName
{
color: #BFA346;
}
</style>
background-color css
<style>
a { background-color: #BFA346; }
a { background-color: rgb(191,163,70); }
div.DivClassName
{
background-color: #BFA346;
}
.BgClassName
{
background-color: #BFA346;
}
</style>
border-color css
<style>
span { border-color: #BFA346; }
span { border-color: rgb(191,163,70); }
td.TdClassName
{
border-color: #BFA346;
}
.TagClassName
{
border-color: #BFA346;
}
</style>