Shades of Sundance #BFAD54
Tints of Sundance #BFAD54
RGB
CMYK
RGB Variations
Color information
#BFAD54 (or 0xBFAD54) is known color: Sundance. HEX triplet: BF, AD and 54. RGB value is (191,173,84). Sum of RGB (Red+Green+Blue) = 191+173+84=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD54 is #4052AB. Grayscale: #A8A8A8. Windows color (decimal): -4215468 or 5549503. OLE color: 5549503.
HSL color Cylindrical-coordinate representation of color #BFAD54: hue angle of 49.91º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFAD54 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 84 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.25 |
| HSL | 49.91º | 0.46% | 0.54% | - |
| HSV(B) | 49.91º | 0.56% | 0.75% | - |
| XYZ | 38.03 | 41.6 | 14.41 | - |
| YUV | 168.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 84 | 0 | 0.09 | 0.56 | 0.25 | 49.91 | 0.46 | 0.54 |
| Hex | BF | AD | 54 | 0 | 9 | 38 | 19 | 32 | 2E | 36 |
| Octal | 277 | 255 | 124 | 0 | 11 | 70 | 31 | 62 | 56 | 66 |
| Binary | 10111111 | 10101101 | 1010100 | 0 | 1001 | 111000 | 11001 | 110010 | 101110 | 110110 |
Color Harmonies of #BFAD54
Complementary color
Monochromatic Colors of #BFAD54
Black with #BFAD54
Text Example
Text Example
White with #BFAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD54; }
p { color: rgb(191,173,84); }
H1.HeaderClassName
{
color: #BFAD54;
}
.AnyTagClassName
{
color: #BFAD54;
}
</style>
background-color css
<style>
a { background-color: #BFAD54; }
a { background-color: rgb(191,173,84); }
div.DivClassName
{
background-color: #BFAD54;
}
.BgClassName
{
background-color: #BFAD54;
}
</style>
border-color css
<style>
span { border-color: #BFAD54; }
span { border-color: rgb(191,173,84); }
td.TdClassName
{
border-color: #BFAD54;
}
.TagClassName
{
border-color: #BFAD54;
}
</style>