Shades of Sundance #BBA451
Tints of Sundance #BBA451
RGB
CMYK
RGB Variations
Color information
#BBA451 (or 0xBBA451) is known color: Sundance. HEX triplet: BB, A4 and 51. RGB value is (187,164,81). Sum of RGB (Red+Green+Blue) = 187+164+81=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA451 is #445BAE. Grayscale: #A1A1A1. Windows color (decimal): -4479919 or 5350587. OLE color: 5350587.
HSL color Cylindrical-coordinate representation of color #BBA451: hue angle of 46.98º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBA451 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 81 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.27 |
| HSL | 46.98º | 0.44% | 0.53% | - |
| HSV(B) | 46.98º | 0.57% | 0.73% | - |
| XYZ | 35.25 | 37.71 | 13.21 | - |
| YUV | 161.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 81 | 0 | 0.12 | 0.57 | 0.27 | 46.98 | 0.44 | 0.53 |
| Hex | BB | A4 | 51 | 0 | C | 39 | 1B | 2F | 2C | 35 |
| Octal | 273 | 244 | 121 | 0 | 14 | 71 | 33 | 57 | 54 | 65 |
| Binary | 10111011 | 10100100 | 1010001 | 0 | 1100 | 111001 | 11011 | 101111 | 101100 | 110101 |
Color Harmonies of #BBA451
Complementary color
Monochromatic Colors of #BBA451
Black with #BBA451
Text Example
Text Example
White with #BBA451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA451; }
p { color: rgb(187,164,81); }
H1.HeaderClassName
{
color: #BBA451;
}
.AnyTagClassName
{
color: #BBA451;
}
</style>
background-color css
<style>
a { background-color: #BBA451; }
a { background-color: rgb(187,164,81); }
div.DivClassName
{
background-color: #BBA451;
}
.BgClassName
{
background-color: #BBA451;
}
</style>
border-color css
<style>
span { border-color: #BBA451; }
span { border-color: rgb(187,164,81); }
td.TdClassName
{
border-color: #BBA451;
}
.TagClassName
{
border-color: #BBA451;
}
</style>