Shades of Sundance #BFA148
Tints of Sundance #BFA148
RGB
CMYK
RGB Variations
Color information
#BFA148 (or 0xBFA148) is known color: Sundance. HEX triplet: BF, A1 and 48. RGB value is (191,161,72). Sum of RGB (Red+Green+Blue) = 191+161+72=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA148 is #405EB7. Grayscale: #A0A0A0. Windows color (decimal): -4218552 or 4759999. OLE color: 4759999.
HSL color Cylindrical-coordinate representation of color #BFA148: hue angle of 44.87º 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 #BFA148 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 72 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.25 |
| HSL | 44.87º | 0.48% | 0.52% | - |
| HSV(B) | 44.87º | 0.62% | 0.75% | - |
| XYZ | 35.4 | 37.03 | 11.41 | - |
| YUV | 159.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 72 | 0 | 0.16 | 0.62 | 0.25 | 44.87 | 0.48 | 0.52 |
| Hex | BF | A1 | 48 | 0 | 10 | 3E | 19 | 2D | 30 | 34 |
| Octal | 277 | 241 | 110 | 0 | 20 | 76 | 31 | 55 | 60 | 64 |
| Binary | 10111111 | 10100001 | 1001000 | 0 | 10000 | 111110 | 11001 | 101101 | 110000 | 110100 |
Color Harmonies of #BFA148
Complementary color
Monochromatic Colors of #BFA148
Black with #BFA148
Text Example
Text Example
White with #BFA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA148; }
p { color: rgb(191,161,72); }
H1.HeaderClassName
{
color: #BFA148;
}
.AnyTagClassName
{
color: #BFA148;
}
</style>
background-color css
<style>
a { background-color: #BFA148; }
a { background-color: rgb(191,161,72); }
div.DivClassName
{
background-color: #BFA148;
}
.BgClassName
{
background-color: #BFA148;
}
</style>
border-color css
<style>
span { border-color: #BFA148; }
span { border-color: rgb(191,161,72); }
td.TdClassName
{
border-color: #BFA148;
}
.TagClassName
{
border-color: #BFA148;
}
</style>