Shades of Sundance #BBA155
Tints of Sundance #BBA155
RGB
CMYK
RGB Variations
Color information
#BBA155 (or 0xBBA155) is known color: Sundance. HEX triplet: BB, A1 and 55. RGB value is (187,161,85). Sum of RGB (Red+Green+Blue) = 187+161+85=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA155 is #445EAA. Grayscale: #A0A0A0. Windows color (decimal): -4480683 or 5611963. OLE color: 5611963.
HSL color Cylindrical-coordinate representation of color #BBA155: hue angle of 44.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBA155 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 85 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.27 |
| HSL | 44.71º | 0.43% | 0.53% | - |
| HSV(B) | 44.71º | 0.55% | 0.73% | - |
| XYZ | 34.88 | 36.71 | 13.84 | - |
| YUV | 160.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 85 | 0 | 0.14 | 0.55 | 0.27 | 44.71 | 0.43 | 0.53 |
| Hex | BB | A1 | 55 | 0 | E | 37 | 1B | 2D | 2B | 35 |
| Octal | 273 | 241 | 125 | 0 | 16 | 67 | 33 | 55 | 53 | 65 |
| Binary | 10111011 | 10100001 | 1010101 | 0 | 1110 | 110111 | 11011 | 101101 | 101011 | 110101 |
Color Harmonies of #BBA155
Complementary color
Monochromatic Colors of #BBA155
Black with #BBA155
Text Example
Text Example
White with #BBA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA155; }
p { color: rgb(187,161,85); }
H1.HeaderClassName
{
color: #BBA155;
}
.AnyTagClassName
{
color: #BBA155;
}
</style>
background-color css
<style>
a { background-color: #BBA155; }
a { background-color: rgb(187,161,85); }
div.DivClassName
{
background-color: #BBA155;
}
.BgClassName
{
background-color: #BBA155;
}
</style>
border-color css
<style>
span { border-color: #BBA155; }
span { border-color: rgb(187,161,85); }
td.TdClassName
{
border-color: #BBA155;
}
.TagClassName
{
border-color: #BBA155;
}
</style>