Shades of Sundance #BBA954
Tints of Sundance #BBA954
RGB
CMYK
RGB Variations
Color information
#BBA954 (or 0xBBA954) is known color: Sundance. HEX triplet: BB, A9 and 54. RGB value is (187,169,84). Sum of RGB (Red+Green+Blue) = 187+169+84=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA954 is #4456AB. Grayscale: #A5A5A5. Windows color (decimal): -4478636 or 5548475. OLE color: 5548475.
HSL color Cylindrical-coordinate representation of color #BBA954: hue angle of 49.51º 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 #BBA954 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 84 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.27 |
| HSL | 49.51º | 0.43% | 0.53% | - |
| HSV(B) | 49.51º | 0.55% | 0.73% | - |
| XYZ | 36.28 | 39.58 | 14.12 | - |
| YUV | 164.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 84 | 0 | 0.10 | 0.55 | 0.27 | 49.51 | 0.43 | 0.53 |
| Hex | BB | A9 | 54 | 0 | A | 37 | 1B | 32 | 2B | 35 |
| Octal | 273 | 251 | 124 | 0 | 12 | 67 | 33 | 62 | 53 | 65 |
| Binary | 10111011 | 10101001 | 1010100 | 0 | 1010 | 110111 | 11011 | 110010 | 101011 | 110101 |
Color Harmonies of #BBA954
Complementary color
Monochromatic Colors of #BBA954
Black with #BBA954
Text Example
Text Example
White with #BBA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA954; }
p { color: rgb(187,169,84); }
H1.HeaderClassName
{
color: #BBA954;
}
.AnyTagClassName
{
color: #BBA954;
}
</style>
background-color css
<style>
a { background-color: #BBA954; }
a { background-color: rgb(187,169,84); }
div.DivClassName
{
background-color: #BBA954;
}
.BgClassName
{
background-color: #BBA954;
}
</style>
border-color css
<style>
span { border-color: #BBA954; }
span { border-color: rgb(187,169,84); }
td.TdClassName
{
border-color: #BBA954;
}
.TagClassName
{
border-color: #BBA954;
}
</style>