Shades of Sundance #BFA649
Tints of Sundance #BFA649
RGB
CMYK
RGB Variations
Color information
#BFA649 (or 0xBFA649) is known color: Sundance. HEX triplet: BF, A6 and 49. RGB value is (191,166,73). Sum of RGB (Red+Green+Blue) = 191+166+73=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA649 is #4059B6. Grayscale: #A3A3A3. Windows color (decimal): -4217271 or 4826815. OLE color: 4826815.
HSL color Cylindrical-coordinate representation of color #BFA649: hue angle of 47.29º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFA649 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 73 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.25 |
| HSL | 47.29º | 0.48% | 0.52% | - |
| HSV(B) | 47.29º | 0.62% | 0.75% | - |
| XYZ | 36.32 | 38.83 | 11.88 | - |
| YUV | 162.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 73 | 0 | 0.13 | 0.62 | 0.25 | 47.29 | 0.48 | 0.52 |
| Hex | BF | A6 | 49 | 0 | D | 3E | 19 | 2F | 30 | 34 |
| Octal | 277 | 246 | 111 | 0 | 15 | 76 | 31 | 57 | 60 | 64 |
| Binary | 10111111 | 10100110 | 1001001 | 0 | 1101 | 111110 | 11001 | 101111 | 110000 | 110100 |
Color Harmonies of #BFA649
Complementary color
Monochromatic Colors of #BFA649
Black with #BFA649
Text Example
Text Example
White with #BFA649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA649; }
p { color: rgb(191,166,73); }
H1.HeaderClassName
{
color: #BFA649;
}
.AnyTagClassName
{
color: #BFA649;
}
</style>
background-color css
<style>
a { background-color: #BFA649; }
a { background-color: rgb(191,166,73); }
div.DivClassName
{
background-color: #BFA649;
}
.BgClassName
{
background-color: #BFA649;
}
</style>
border-color css
<style>
span { border-color: #BFA649; }
span { border-color: rgb(191,166,73); }
td.TdClassName
{
border-color: #BFA649;
}
.TagClassName
{
border-color: #BFA649;
}
</style>