Shades of Sundance #BBA152
Tints of Sundance #BBA152
RGB
CMYK
RGB Variations
Color information
#BBA152 (or 0xBBA152) is known color: Sundance. HEX triplet: BB, A1 and 52. RGB value is (187,161,82). Sum of RGB (Red+Green+Blue) = 187+161+82=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA152 is #445EAD. Grayscale: #A0A0A0. Windows color (decimal): -4480686 or 5415355. OLE color: 5415355.
HSL color Cylindrical-coordinate representation of color #BBA152: hue angle of 45.14º 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 #BBA152 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 82 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.27 |
| HSL | 45.14º | 0.44% | 0.53% | - |
| HSV(B) | 45.14º | 0.56% | 0.73% | - |
| XYZ | 34.76 | 36.66 | 13.23 | - |
| YUV | 159.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 82 | 0 | 0.14 | 0.56 | 0.27 | 45.14 | 0.44 | 0.53 |
| Hex | BB | A1 | 52 | 0 | E | 38 | 1B | 2D | 2C | 35 |
| Octal | 273 | 241 | 122 | 0 | 16 | 70 | 33 | 55 | 54 | 65 |
| Binary | 10111011 | 10100001 | 1010010 | 0 | 1110 | 111000 | 11011 | 101101 | 101100 | 110101 |
Color Harmonies of #BBA152
Complementary color
Monochromatic Colors of #BBA152
Black with #BBA152
Text Example
Text Example
White with #BBA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA152; }
p { color: rgb(187,161,82); }
H1.HeaderClassName
{
color: #BBA152;
}
.AnyTagClassName
{
color: #BBA152;
}
</style>
background-color css
<style>
a { background-color: #BBA152; }
a { background-color: rgb(187,161,82); }
div.DivClassName
{
background-color: #BBA152;
}
.BgClassName
{
background-color: #BBA152;
}
</style>
border-color css
<style>
span { border-color: #BBA152; }
span { border-color: rgb(187,161,82); }
td.TdClassName
{
border-color: #BBA152;
}
.TagClassName
{
border-color: #BBA152;
}
</style>