Shades of Sundance #BFA246
Tints of Sundance #BFA246
RGB
CMYK
RGB Variations
Color information
#BFA246 (or 0xBFA246) is known color: Sundance. HEX triplet: BF, A2 and 46. RGB value is (191,162,70). Sum of RGB (Red+Green+Blue) = 191+162+70=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA246 is #405DB9. Grayscale: #A0A0A0. Windows color (decimal): -4218298 or 4629183. OLE color: 4629183.
HSL color Cylindrical-coordinate representation of color #BFA246: hue angle of 45.62º 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 #BFA246 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 70 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.25 |
| HSL | 45.62º | 0.49% | 0.51% | - |
| HSV(B) | 45.62º | 0.63% | 0.75% | - |
| XYZ | 35.51 | 37.36 | 11.13 | - |
| YUV | 160.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 70 | 0 | 0.15 | 0.63 | 0.25 | 45.62 | 0.49 | 0.51 |
| Hex | BF | A2 | 46 | 0 | F | 3F | 19 | 2E | 31 | 33 |
| Octal | 277 | 242 | 106 | 0 | 17 | 77 | 31 | 56 | 61 | 63 |
| Binary | 10111111 | 10100010 | 1000110 | 0 | 1111 | 111111 | 11001 | 101110 | 110001 | 110011 |
Color Harmonies of #BFA246
Complementary color
Monochromatic Colors of #BFA246
Black with #BFA246
Text Example
Text Example
White with #BFA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA246; }
p { color: rgb(191,162,70); }
H1.HeaderClassName
{
color: #BFA246;
}
.AnyTagClassName
{
color: #BFA246;
}
</style>
background-color css
<style>
a { background-color: #BFA246; }
a { background-color: rgb(191,162,70); }
div.DivClassName
{
background-color: #BFA246;
}
.BgClassName
{
background-color: #BFA246;
}
</style>
border-color css
<style>
span { border-color: #BFA246; }
span { border-color: rgb(191,162,70); }
td.TdClassName
{
border-color: #BFA246;
}
.TagClassName
{
border-color: #BFA246;
}
</style>