Shades of Sundance #BBA254
Tints of Sundance #BBA254
RGB
CMYK
RGB Variations
Color information
#BBA254 (or 0xBBA254) is known color: Sundance. HEX triplet: BB, A2 and 54. RGB value is (187,162,84). Sum of RGB (Red+Green+Blue) = 187+162+84=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA254 is #445DAB. Grayscale: #A0A0A0. Windows color (decimal): -4480428 or 5546683. OLE color: 5546683.
HSL color Cylindrical-coordinate representation of color #BBA254: hue angle of 45.44º 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 #BBA254 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 84 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.27 |
| HSL | 45.44º | 0.43% | 0.53% | - |
| HSV(B) | 45.44º | 0.55% | 0.73% | - |
| XYZ | 35.01 | 37.05 | 13.69 | - |
| YUV | 160.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 84 | 0 | 0.13 | 0.55 | 0.27 | 45.44 | 0.43 | 0.53 |
| Hex | BB | A2 | 54 | 0 | D | 37 | 1B | 2D | 2B | 35 |
| Octal | 273 | 242 | 124 | 0 | 15 | 67 | 33 | 55 | 53 | 65 |
| Binary | 10111011 | 10100010 | 1010100 | 0 | 1101 | 110111 | 11011 | 101101 | 101011 | 110101 |
Color Harmonies of #BBA254
Complementary color
Monochromatic Colors of #BBA254
Black with #BBA254
Text Example
Text Example
White with #BBA254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA254; }
p { color: rgb(187,162,84); }
H1.HeaderClassName
{
color: #BBA254;
}
.AnyTagClassName
{
color: #BBA254;
}
</style>
background-color css
<style>
a { background-color: #BBA254; }
a { background-color: rgb(187,162,84); }
div.DivClassName
{
background-color: #BBA254;
}
.BgClassName
{
background-color: #BBA254;
}
</style>
border-color css
<style>
span { border-color: #BBA254; }
span { border-color: rgb(187,162,84); }
td.TdClassName
{
border-color: #BBA254;
}
.TagClassName
{
border-color: #BBA254;
}
</style>