Shades of Sundance #BFA150
Tints of Sundance #BFA150
RGB
CMYK
RGB Variations
Color information
#BFA150 (or 0xBFA150) is known color: Sundance. HEX triplet: BF, A1 and 50. RGB value is (191,161,80). Sum of RGB (Red+Green+Blue) = 191+161+80=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA150 is #405EAF. Grayscale: #A1A1A1. Windows color (decimal): -4218544 or 5284287. OLE color: 5284287.
HSL color Cylindrical-coordinate representation of color #BFA150: hue angle of 43.78º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFA150 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 80 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.25 |
| HSL | 43.78º | 0.46% | 0.53% | - |
| HSV(B) | 43.78º | 0.58% | 0.75% | - |
| XYZ | 35.68 | 37.15 | 12.88 | - |
| YUV | 160.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 80 | 0 | 0.16 | 0.58 | 0.25 | 43.78 | 0.46 | 0.53 |
| Hex | BF | A1 | 50 | 0 | 10 | 3A | 19 | 2C | 2E | 35 |
| Octal | 277 | 241 | 120 | 0 | 20 | 72 | 31 | 54 | 56 | 65 |
| Binary | 10111111 | 10100001 | 1010000 | 0 | 10000 | 111010 | 11001 | 101100 | 101110 | 110101 |
Color Harmonies of #BFA150
Complementary color
Monochromatic Colors of #BFA150
Black with #BFA150
Text Example
Text Example
White with #BFA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA150; }
p { color: rgb(191,161,80); }
H1.HeaderClassName
{
color: #BFA150;
}
.AnyTagClassName
{
color: #BFA150;
}
</style>
background-color css
<style>
a { background-color: #BFA150; }
a { background-color: rgb(191,161,80); }
div.DivClassName
{
background-color: #BFA150;
}
.BgClassName
{
background-color: #BFA150;
}
</style>
border-color css
<style>
span { border-color: #BFA150; }
span { border-color: rgb(191,161,80); }
td.TdClassName
{
border-color: #BFA150;
}
.TagClassName
{
border-color: #BFA150;
}
</style>