Shades of Sundance #BBA653
Tints of Sundance #BBA653
RGB
CMYK
RGB Variations
Color information
#BBA653 (or 0xBBA653) is known color: Sundance. HEX triplet: BB, A6 and 53. RGB value is (187,166,83). Sum of RGB (Red+Green+Blue) = 187+166+83=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA653 is #4459AC. Grayscale: #A3A3A3. Windows color (decimal): -4479405 or 5482171. OLE color: 5482171.
HSL color Cylindrical-coordinate representation of color #BBA653: hue angle of 47.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBA653 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 83 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.27 |
| HSL | 47.88º | 0.43% | 0.53% | - |
| HSV(B) | 47.88º | 0.56% | 0.73% | - |
| XYZ | 35.69 | 38.46 | 13.73 | - |
| YUV | 162.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 83 | 0 | 0.11 | 0.56 | 0.27 | 47.88 | 0.43 | 0.53 |
| Hex | BB | A6 | 53 | 0 | B | 38 | 1B | 30 | 2B | 35 |
| Octal | 273 | 246 | 123 | 0 | 13 | 70 | 33 | 60 | 53 | 65 |
| Binary | 10111011 | 10100110 | 1010011 | 0 | 1011 | 111000 | 11011 | 110000 | 101011 | 110101 |
Color Harmonies of #BBA653
Complementary color
Monochromatic Colors of #BBA653
Black with #BBA653
Text Example
Text Example
White with #BBA653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA653; }
p { color: rgb(187,166,83); }
H1.HeaderClassName
{
color: #BBA653;
}
.AnyTagClassName
{
color: #BBA653;
}
</style>
background-color css
<style>
a { background-color: #BBA653; }
a { background-color: rgb(187,166,83); }
div.DivClassName
{
background-color: #BBA653;
}
.BgClassName
{
background-color: #BBA653;
}
</style>
border-color css
<style>
span { border-color: #BBA653; }
span { border-color: rgb(187,166,83); }
td.TdClassName
{
border-color: #BBA653;
}
.TagClassName
{
border-color: #BBA653;
}
</style>