Shades of Sundance #BBA551
Tints of Sundance #BBA551
RGB
CMYK
RGB Variations
Color information
#BBA551 (or 0xBBA551) is known color: Sundance. HEX triplet: BB, A5 and 51. RGB value is (187,165,81). Sum of RGB (Red+Green+Blue) = 187+165+81=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA551 is #445AAE. Grayscale: #A2A2A2. Windows color (decimal): -4479663 or 5350843. OLE color: 5350843.
HSL color Cylindrical-coordinate representation of color #BBA551: hue angle of 47.55º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBA551 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 81 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.27 |
| HSL | 47.55º | 0.44% | 0.53% | - |
| HSV(B) | 47.55º | 0.57% | 0.73% | - |
| XYZ | 35.43 | 38.07 | 13.27 | - |
| YUV | 162 | 82.29 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 81 | 0 | 0.12 | 0.57 | 0.27 | 47.55 | 0.44 | 0.53 |
| Hex | BB | A5 | 51 | 0 | C | 39 | 1B | 30 | 2C | 35 |
| Octal | 273 | 245 | 121 | 0 | 14 | 71 | 33 | 60 | 54 | 65 |
| Binary | 10111011 | 10100101 | 1010001 | 0 | 1100 | 111001 | 11011 | 110000 | 101100 | 110101 |
Color Harmonies of #BBA551
Complementary color
Monochromatic Colors of #BBA551
Black with #BBA551
Text Example
Text Example
White with #BBA551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA551; }
p { color: rgb(187,165,81); }
H1.HeaderClassName
{
color: #BBA551;
}
.AnyTagClassName
{
color: #BBA551;
}
</style>
background-color css
<style>
a { background-color: #BBA551; }
a { background-color: rgb(187,165,81); }
div.DivClassName
{
background-color: #BBA551;
}
.BgClassName
{
background-color: #BBA551;
}
</style>
border-color css
<style>
span { border-color: #BBA551; }
span { border-color: rgb(187,165,81); }
td.TdClassName
{
border-color: #BBA551;
}
.TagClassName
{
border-color: #BBA551;
}
</style>