Shades of Sundance #BFAE52
Tints of Sundance #BFAE52
RGB
CMYK
RGB Variations
Color information
#BFAE52 (or 0xBFAE52) is known color: Sundance. HEX triplet: BF, AE and 52. RGB value is (191,174,82). Sum of RGB (Red+Green+Blue) = 191+174+82=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE52 is #4051AD. Grayscale: #A8A8A8. Windows color (decimal): -4215214 or 5418687. OLE color: 5418687.
HSL color Cylindrical-coordinate representation of color #BFAE52: hue angle of 50.64º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFAE52 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 82 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.25 |
| HSL | 50.64º | 0.46% | 0.54% | - |
| HSV(B) | 50.64º | 0.57% | 0.75% | - |
| XYZ | 38.14 | 41.96 | 14.07 | - |
| YUV | 168.6 | 79.13 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 82 | 0 | 0.09 | 0.57 | 0.25 | 50.64 | 0.46 | 0.54 |
| Hex | BF | AE | 52 | 0 | 9 | 39 | 19 | 33 | 2E | 36 |
| Octal | 277 | 256 | 122 | 0 | 11 | 71 | 31 | 63 | 56 | 66 |
| Binary | 10111111 | 10101110 | 1010010 | 0 | 1001 | 111001 | 11001 | 110011 | 101110 | 110110 |
Color Harmonies of #BFAE52
Complementary color
Monochromatic Colors of #BFAE52
Black with #BFAE52
Text Example
Text Example
White with #BFAE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAE52; }
p { color: rgb(191,174,82); }
H1.HeaderClassName
{
color: #BFAE52;
}
.AnyTagClassName
{
color: #BFAE52;
}
</style>
background-color css
<style>
a { background-color: #BFAE52; }
a { background-color: rgb(191,174,82); }
div.DivClassName
{
background-color: #BFAE52;
}
.BgClassName
{
background-color: #BFAE52;
}
</style>
border-color css
<style>
span { border-color: #BFAE52; }
span { border-color: rgb(191,174,82); }
td.TdClassName
{
border-color: #BFAE52;
}
.TagClassName
{
border-color: #BFAE52;
}
</style>