Shades of Sundance #BBA555
Tints of Sundance #BBA555
RGB
CMYK
RGB Variations
Color information
#BBA555 (or 0xBBA555) is known color: Sundance. HEX triplet: BB, A5 and 55. RGB value is (187,165,85). Sum of RGB (Red+Green+Blue) = 187+165+85=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA555 is #445AAA. Grayscale: #A2A2A2. Windows color (decimal): -4479659 or 5612987. OLE color: 5612987.
HSL color Cylindrical-coordinate representation of color #BBA555: hue angle of 47.06º 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 #BBA555 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 85 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.27 |
| HSL | 47.06º | 0.43% | 0.53% | - |
| HSV(B) | 47.06º | 0.55% | 0.73% | - |
| XYZ | 35.59 | 38.13 | 14.08 | - |
| YUV | 162.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 85 | 0 | 0.12 | 0.55 | 0.27 | 47.06 | 0.43 | 0.53 |
| Hex | BB | A5 | 55 | 0 | C | 37 | 1B | 2F | 2B | 35 |
| Octal | 273 | 245 | 125 | 0 | 14 | 67 | 33 | 57 | 53 | 65 |
| Binary | 10111011 | 10100101 | 1010101 | 0 | 1100 | 110111 | 11011 | 101111 | 101011 | 110101 |
Color Harmonies of #BBA555
Complementary color
Monochromatic Colors of #BBA555
Black with #BBA555
Text Example
Text Example
White with #BBA555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA555; }
p { color: rgb(187,165,85); }
H1.HeaderClassName
{
color: #BBA555;
}
.AnyTagClassName
{
color: #BBA555;
}
</style>
background-color css
<style>
a { background-color: #BBA555; }
a { background-color: rgb(187,165,85); }
div.DivClassName
{
background-color: #BBA555;
}
.BgClassName
{
background-color: #BBA555;
}
</style>
border-color css
<style>
span { border-color: #BBA555; }
span { border-color: rgb(187,165,85); }
td.TdClassName
{
border-color: #BBA555;
}
.TagClassName
{
border-color: #BBA555;
}
</style>