Shades of Sundance #BFA144
Tints of Sundance #BFA144
RGB
CMYK
RGB Variations
Color information
#BFA144 (or 0xBFA144) is known color: Sundance. HEX triplet: BF, A1 and 44. RGB value is (191,161,68). Sum of RGB (Red+Green+Blue) = 191+161+68=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA144 is #405EBB. Grayscale: #9F9F9F. Windows color (decimal): -4218556 or 4497855. OLE color: 4497855.
HSL color Cylindrical-coordinate representation of color #BFA144: hue angle of 45.37º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFA144 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 68 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.25 |
| HSL | 45.37º | 0.49% | 0.51% | - |
| HSV(B) | 45.37º | 0.64% | 0.75% | - |
| XYZ | 35.27 | 36.98 | 10.75 | - |
| YUV | 159.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 68 | 0 | 0.16 | 0.64 | 0.25 | 45.37 | 0.49 | 0.51 |
| Hex | BF | A1 | 44 | 0 | 10 | 40 | 19 | 2D | 31 | 33 |
| Octal | 277 | 241 | 104 | 0 | 20 | 100 | 31 | 55 | 61 | 63 |
| Binary | 10111111 | 10100001 | 1000100 | 0 | 10000 | 1000000 | 11001 | 101101 | 110001 | 110011 |
Color Harmonies of #BFA144
Complementary color
Monochromatic Colors of #BFA144
Black with #BFA144
Text Example
Text Example
White with #BFA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA144; }
p { color: rgb(191,161,68); }
H1.HeaderClassName
{
color: #BFA144;
}
.AnyTagClassName
{
color: #BFA144;
}
</style>
background-color css
<style>
a { background-color: #BFA144; }
a { background-color: rgb(191,161,68); }
div.DivClassName
{
background-color: #BFA144;
}
.BgClassName
{
background-color: #BFA144;
}
</style>
border-color css
<style>
span { border-color: #BFA144; }
span { border-color: rgb(191,161,68); }
td.TdClassName
{
border-color: #BFA144;
}
.TagClassName
{
border-color: #BFA144;
}
</style>