Shades of Sundance #BFAD45
Tints of Sundance #BFAD45
RGB
CMYK
RGB Variations
Color information
#BFAD45 (or 0xBFAD45) is known color: Sundance. HEX triplet: BF, AD and 45. RGB value is (191,173,69). Sum of RGB (Red+Green+Blue) = 191+173+69=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAD45 is #4052BA. Grayscale: #A6A6A6. Windows color (decimal): -4215483 or 4566463. OLE color: 4566463.
HSL color Cylindrical-coordinate representation of color #BFAD45: hue angle of 51.15º 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 #BFAD45 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 69 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.25 |
| HSL | 51.15º | 0.49% | 0.51% | - |
| HSV(B) | 51.15º | 0.64% | 0.75% | - |
| XYZ | 37.5 | 41.39 | 11.64 | - |
| YUV | 166.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 69 | 0 | 0.09 | 0.64 | 0.25 | 51.15 | 0.49 | 0.51 |
| Hex | BF | AD | 45 | 0 | 9 | 40 | 19 | 33 | 31 | 33 |
| Octal | 277 | 255 | 105 | 0 | 11 | 100 | 31 | 63 | 61 | 63 |
| Binary | 10111111 | 10101101 | 1000101 | 0 | 1001 | 1000000 | 11001 | 110011 | 110001 | 110011 |
Color Harmonies of #BFAD45
Complementary color
Monochromatic Colors of #BFAD45
Black with #BFAD45
Text Example
Text Example
White with #BFAD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD45; }
p { color: rgb(191,173,69); }
H1.HeaderClassName
{
color: #BFAD45;
}
.AnyTagClassName
{
color: #BFAD45;
}
</style>
background-color css
<style>
a { background-color: #BFAD45; }
a { background-color: rgb(191,173,69); }
div.DivClassName
{
background-color: #BFAD45;
}
.BgClassName
{
background-color: #BFAD45;
}
</style>
border-color css
<style>
span { border-color: #BFAD45; }
span { border-color: rgb(191,173,69); }
td.TdClassName
{
border-color: #BFAD45;
}
.TagClassName
{
border-color: #BFAD45;
}
</style>