Shades of Sundance #BFAD47
Tints of Sundance #BFAD47
RGB
CMYK
RGB Variations
Color information
#BFAD47 (or 0xBFAD47) is known color: Sundance. HEX triplet: BF, AD and 47. RGB value is (191,173,71). Sum of RGB (Red+Green+Blue) = 191+173+71=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAD47 is #4052B8. Grayscale: #A7A7A7. Windows color (decimal): -4215481 or 4697535. OLE color: 4697535.
HSL color Cylindrical-coordinate representation of color #BFAD47: hue angle of 51º 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 #BFAD47 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 71 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.25 |
| HSL | 51º | 0.48% | 0.51% | - |
| HSV(B) | 51º | 0.63% | 0.75% | - |
| XYZ | 37.57 | 41.42 | 11.98 | - |
| YUV | 166.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 71 | 0 | 0.09 | 0.63 | 0.25 | 51 | 0.48 | 0.51 |
| Hex | BF | AD | 47 | 0 | 9 | 3F | 19 | 33 | 30 | 33 |
| Octal | 277 | 255 | 107 | 0 | 11 | 77 | 31 | 63 | 60 | 63 |
| Binary | 10111111 | 10101101 | 1000111 | 0 | 1001 | 111111 | 11001 | 110011 | 110000 | 110011 |
Color Harmonies of #BFAD47
Complementary color
Monochromatic Colors of #BFAD47
Black with #BFAD47
Text Example
Text Example
White with #BFAD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD47; }
p { color: rgb(191,173,71); }
H1.HeaderClassName
{
color: #BFAD47;
}
.AnyTagClassName
{
color: #BFAD47;
}
</style>
background-color css
<style>
a { background-color: #BFAD47; }
a { background-color: rgb(191,173,71); }
div.DivClassName
{
background-color: #BFAD47;
}
.BgClassName
{
background-color: #BFAD47;
}
</style>
border-color css
<style>
span { border-color: #BFAD47; }
span { border-color: rgb(191,173,71); }
td.TdClassName
{
border-color: #BFAD47;
}
.TagClassName
{
border-color: #BFAD47;
}
</style>