Shades of Sundance #BBA250
Tints of Sundance #BBA250
RGB
CMYK
RGB Variations
Color information
#BBA250 (or 0xBBA250) is known color: Sundance. HEX triplet: BB, A2 and 50. RGB value is (187,162,80). Sum of RGB (Red+Green+Blue) = 187+162+80=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA250 is #445DAF. Grayscale: #A0A0A0. Windows color (decimal): -4480432 or 5284539. OLE color: 5284539.
HSL color Cylindrical-coordinate representation of color #BBA250: hue angle of 45.98º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBA250 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 80 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.27 |
| HSL | 45.98º | 0.44% | 0.52% | - |
| HSV(B) | 45.98º | 0.57% | 0.73% | - |
| XYZ | 34.86 | 36.98 | 12.89 | - |
| YUV | 160.13 | 82.78 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 80 | 0 | 0.13 | 0.57 | 0.27 | 45.98 | 0.44 | 0.52 |
| Hex | BB | A2 | 50 | 0 | D | 39 | 1B | 2E | 2C | 34 |
| Octal | 273 | 242 | 120 | 0 | 15 | 71 | 33 | 56 | 54 | 64 |
| Binary | 10111011 | 10100010 | 1010000 | 0 | 1101 | 111001 | 11011 | 101110 | 101100 | 110100 |
Color Harmonies of #BBA250
Complementary color
Monochromatic Colors of #BBA250
Black with #BBA250
Text Example
Text Example
White with #BBA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA250; }
p { color: rgb(187,162,80); }
H1.HeaderClassName
{
color: #BBA250;
}
.AnyTagClassName
{
color: #BBA250;
}
</style>
background-color css
<style>
a { background-color: #BBA250; }
a { background-color: rgb(187,162,80); }
div.DivClassName
{
background-color: #BBA250;
}
.BgClassName
{
background-color: #BBA250;
}
</style>
border-color css
<style>
span { border-color: #BBA250; }
span { border-color: rgb(187,162,80); }
td.TdClassName
{
border-color: #BBA250;
}
.TagClassName
{
border-color: #BBA250;
}
</style>