Shades of Sundance #BBA253
Tints of Sundance #BBA253
RGB
CMYK
RGB Variations
Color information
#BBA253 (or 0xBBA253) is known color: Sundance. HEX triplet: BB, A2 and 53. RGB value is (187,162,83). Sum of RGB (Red+Green+Blue) = 187+162+83=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA253 is #445DAC. Grayscale: #A0A0A0. Windows color (decimal): -4480429 or 5481147. OLE color: 5481147.
HSL color Cylindrical-coordinate representation of color #BBA253: hue angle of 45.58º 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 #BBA253 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 83 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.27 |
| HSL | 45.58º | 0.43% | 0.53% | - |
| HSV(B) | 45.58º | 0.56% | 0.73% | - |
| XYZ | 34.98 | 37.03 | 13.49 | - |
| YUV | 160.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 83 | 0 | 0.13 | 0.56 | 0.27 | 45.58 | 0.43 | 0.53 |
| Hex | BB | A2 | 53 | 0 | D | 38 | 1B | 2E | 2B | 35 |
| Octal | 273 | 242 | 123 | 0 | 15 | 70 | 33 | 56 | 53 | 65 |
| Binary | 10111011 | 10100010 | 1010011 | 0 | 1101 | 111000 | 11011 | 101110 | 101011 | 110101 |
Color Harmonies of #BBA253
Complementary color
Monochromatic Colors of #BBA253
Black with #BBA253
Text Example
Text Example
White with #BBA253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA253; }
p { color: rgb(187,162,83); }
H1.HeaderClassName
{
color: #BBA253;
}
.AnyTagClassName
{
color: #BBA253;
}
</style>
background-color css
<style>
a { background-color: #BBA253; }
a { background-color: rgb(187,162,83); }
div.DivClassName
{
background-color: #BBA253;
}
.BgClassName
{
background-color: #BBA253;
}
</style>
border-color css
<style>
span { border-color: #BBA253; }
span { border-color: rgb(187,162,83); }
td.TdClassName
{
border-color: #BBA253;
}
.TagClassName
{
border-color: #BBA253;
}
</style>