Shades of Sundance #BFAB47
Tints of Sundance #BFAB47
RGB
CMYK
RGB Variations
Color information
#BFAB47 (or 0xBFAB47) is known color: Sundance. HEX triplet: BF, AB and 47. RGB value is (191,171,71). Sum of RGB (Red+Green+Blue) = 191+171+71=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB47 is #4054B8. Grayscale: #A6A6A6. Windows color (decimal): -4215993 or 4697023. OLE color: 4697023.
HSL color Cylindrical-coordinate representation of color #BFAB47: hue angle of 50º degrees, saturation: 0.48, 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 #BFAB47 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 71 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.25 |
| HSL | 50º | 0.48% | 0.51% | - |
| HSV(B) | 50º | 0.63% | 0.75% | - |
| XYZ | 37.19 | 40.66 | 11.85 | - |
| YUV | 165.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 71 | 0 | 0.10 | 0.63 | 0.25 | 50 | 0.48 | 0.51 |
| Hex | BF | AB | 47 | 0 | A | 3F | 19 | 32 | 30 | 33 |
| Octal | 277 | 253 | 107 | 0 | 12 | 77 | 31 | 62 | 60 | 63 |
| Binary | 10111111 | 10101011 | 1000111 | 0 | 1010 | 111111 | 11001 | 110010 | 110000 | 110011 |
Color Harmonies of #BFAB47
Complementary color
Monochromatic Colors of #BFAB47
Black with #BFAB47
Text Example
Text Example
White with #BFAB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB47; }
p { color: rgb(191,171,71); }
H1.HeaderClassName
{
color: #BFAB47;
}
.AnyTagClassName
{
color: #BFAB47;
}
</style>
background-color css
<style>
a { background-color: #BFAB47; }
a { background-color: rgb(191,171,71); }
div.DivClassName
{
background-color: #BFAB47;
}
.BgClassName
{
background-color: #BFAB47;
}
</style>
border-color css
<style>
span { border-color: #BFAB47; }
span { border-color: rgb(191,171,71); }
td.TdClassName
{
border-color: #BFAB47;
}
.TagClassName
{
border-color: #BFAB47;
}
</style>