Shades of Sundance #BBAC50
Tints of Sundance #BBAC50
RGB
CMYK
RGB Variations
Color information
#BBAC50 (or 0xBBAC50) is known color: Sundance. HEX triplet: BB, AC and 50. RGB value is (187,172,80). Sum of RGB (Red+Green+Blue) = 187+172+80=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC50 is #4453AF. Grayscale: #A6A6A6. Windows color (decimal): -4477872 or 5287099. OLE color: 5287099.
HSL color Cylindrical-coordinate representation of color #BBAC50: hue angle of 51.59º 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 #BBAC50 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 80 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.27 |
| HSL | 51.59º | 0.44% | 0.52% | - |
| HSV(B) | 51.59º | 0.57% | 0.73% | - |
| XYZ | 36.69 | 40.65 | 13.5 | - |
| YUV | 166 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 80 | 0 | 0.08 | 0.57 | 0.27 | 51.59 | 0.44 | 0.52 |
| Hex | BB | AC | 50 | 0 | 8 | 39 | 1B | 34 | 2C | 34 |
| Octal | 273 | 254 | 120 | 0 | 10 | 71 | 33 | 64 | 54 | 64 |
| Binary | 10111011 | 10101100 | 1010000 | 0 | 1000 | 111001 | 11011 | 110100 | 101100 | 110100 |
Color Harmonies of #BBAC50
Complementary color
Monochromatic Colors of #BBAC50
Black with #BBAC50
Text Example
Text Example
White with #BBAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC50; }
p { color: rgb(187,172,80); }
H1.HeaderClassName
{
color: #BBAC50;
}
.AnyTagClassName
{
color: #BBAC50;
}
</style>
background-color css
<style>
a { background-color: #BBAC50; }
a { background-color: rgb(187,172,80); }
div.DivClassName
{
background-color: #BBAC50;
}
.BgClassName
{
background-color: #BBAC50;
}
</style>
border-color css
<style>
span { border-color: #BBAC50; }
span { border-color: rgb(187,172,80); }
td.TdClassName
{
border-color: #BBAC50;
}
.TagClassName
{
border-color: #BBAC50;
}
</style>