Shades of Sundance #BFAD44
Tints of Sundance #BFAD44
RGB
CMYK
RGB Variations
Color information
#BFAD44 (or 0xBFAD44) is known color: Sundance. HEX triplet: BF, AD and 44. RGB value is (191,173,68). Sum of RGB (Red+Green+Blue) = 191+173+68=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAD44 is #4052BB. Grayscale: #A6A6A6. Windows color (decimal): -4215484 or 4500927. OLE color: 4500927.
HSL color Cylindrical-coordinate representation of color #BFAD44: hue angle of 51.22º 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 #BFAD44 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 68 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.25 |
| HSL | 51.22º | 0.49% | 0.51% | - |
| HSV(B) | 51.22º | 0.64% | 0.75% | - |
| XYZ | 37.47 | 41.38 | 11.48 | - |
| YUV | 166.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 68 | 0 | 0.09 | 0.64 | 0.25 | 51.22 | 0.49 | 0.51 |
| Hex | BF | AD | 44 | 0 | 9 | 40 | 19 | 33 | 31 | 33 |
| Octal | 277 | 255 | 104 | 0 | 11 | 100 | 31 | 63 | 61 | 63 |
| Binary | 10111111 | 10101101 | 1000100 | 0 | 1001 | 1000000 | 11001 | 110011 | 110001 | 110011 |
Color Harmonies of #BFAD44
Complementary color
Monochromatic Colors of #BFAD44
Black with #BFAD44
Text Example
Text Example
White with #BFAD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD44; }
p { color: rgb(191,173,68); }
H1.HeaderClassName
{
color: #BFAD44;
}
.AnyTagClassName
{
color: #BFAD44;
}
</style>
background-color css
<style>
a { background-color: #BFAD44; }
a { background-color: rgb(191,173,68); }
div.DivClassName
{
background-color: #BFAD44;
}
.BgClassName
{
background-color: #BFAD44;
}
</style>
border-color css
<style>
span { border-color: #BFAD44; }
span { border-color: rgb(191,173,68); }
td.TdClassName
{
border-color: #BFAD44;
}
.TagClassName
{
border-color: #BFAD44;
}
</style>