Shades of Sundance #BFAE4D
Tints of Sundance #BFAE4D
RGB
CMYK
RGB Variations
Color information
#BFAE4D (or 0xBFAE4D) is known color: Sundance. HEX triplet: BF, AE and 4D. RGB value is (191,174,77). Sum of RGB (Red+Green+Blue) = 191+174+77=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE4D is #4051B2. Grayscale: #A8A8A8. Windows color (decimal): -4215219 or 5091007. OLE color: 5091007.
HSL color Cylindrical-coordinate representation of color #BFAE4D: hue angle of 51.05º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFAE4D is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 77 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.25 |
| HSL | 51.05º | 0.47% | 0.53% | - |
| HSV(B) | 51.05º | 0.6% | 0.75% | - |
| XYZ | 37.96 | 41.88 | 13.1 | - |
| YUV | 168.03 | 76.63 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 77 | 0 | 0.09 | 0.60 | 0.25 | 51.05 | 0.47 | 0.53 |
| Hex | BF | AE | 4D | 0 | 9 | 3C | 19 | 33 | 2F | 35 |
| Octal | 277 | 256 | 115 | 0 | 11 | 74 | 31 | 63 | 57 | 65 |
| Binary | 10111111 | 10101110 | 1001101 | 0 | 1001 | 111100 | 11001 | 110011 | 101111 | 110101 |
Color Harmonies of #BFAE4D
Complementary color
Monochromatic Colors of #BFAE4D
Black with #BFAE4D
Text Example
Text Example
White with #BFAE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAE4D; }
p { color: rgb(191,174,77); }
H1.HeaderClassName
{
color: #BFAE4D;
}
.AnyTagClassName
{
color: #BFAE4D;
}
</style>
background-color css
<style>
a { background-color: #BFAE4D; }
a { background-color: rgb(191,174,77); }
div.DivClassName
{
background-color: #BFAE4D;
}
.BgClassName
{
background-color: #BFAE4D;
}
</style>
border-color css
<style>
span { border-color: #BFAE4D; }
span { border-color: rgb(191,174,77); }
td.TdClassName
{
border-color: #BFAE4D;
}
.TagClassName
{
border-color: #BFAE4D;
}
</style>