Shades of Sundance #BBA652
Tints of Sundance #BBA652
RGB
CMYK
RGB Variations
Color information
#BBA652 (or 0xBBA652) is known color: Sundance. HEX triplet: BB, A6 and 52. RGB value is (187,166,82). Sum of RGB (Red+Green+Blue) = 187+166+82=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA652 is #4459AD. Grayscale: #A3A3A3. Windows color (decimal): -4479406 or 5416635. OLE color: 5416635.
HSL color Cylindrical-coordinate representation of color #BBA652: hue angle of 48º degrees, saturation: 0.44, 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 #BBA652 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 82 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.27 |
| HSL | 48º | 0.44% | 0.53% | - |
| HSV(B) | 48º | 0.56% | 0.73% | - |
| XYZ | 35.65 | 38.45 | 13.52 | - |
| YUV | 162.7 | 82.46 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 82 | 0 | 0.11 | 0.56 | 0.27 | 48 | 0.44 | 0.53 |
| Hex | BB | A6 | 52 | 0 | B | 38 | 1B | 30 | 2C | 35 |
| Octal | 273 | 246 | 122 | 0 | 13 | 70 | 33 | 60 | 54 | 65 |
| Binary | 10111011 | 10100110 | 1010010 | 0 | 1011 | 111000 | 11011 | 110000 | 101100 | 110101 |
Color Harmonies of #BBA652
Complementary color
Monochromatic Colors of #BBA652
Black with #BBA652
Text Example
Text Example
White with #BBA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA652; }
p { color: rgb(187,166,82); }
H1.HeaderClassName
{
color: #BBA652;
}
.AnyTagClassName
{
color: #BBA652;
}
</style>
background-color css
<style>
a { background-color: #BBA652; }
a { background-color: rgb(187,166,82); }
div.DivClassName
{
background-color: #BBA652;
}
.BgClassName
{
background-color: #BBA652;
}
</style>
border-color css
<style>
span { border-color: #BBA652; }
span { border-color: rgb(187,166,82); }
td.TdClassName
{
border-color: #BBA652;
}
.TagClassName
{
border-color: #BBA652;
}
</style>