Shades of Sundance #BBAA4C
Tints of Sundance #BBAA4C
RGB
CMYK
RGB Variations
Color information
#BBAA4C (or 0xBBAA4C) is known color: Sundance. HEX triplet: BB, AA and 4C. RGB value is (187,170,76). Sum of RGB (Red+Green+Blue) = 187+170+76=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA4C is #4455B3. Grayscale: #A4A4A4. Windows color (decimal): -4478388 or 5024443. OLE color: 5024443.
HSL color Cylindrical-coordinate representation of color #BBAA4C: hue angle of 50.81º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBAA4C is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 76 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.27 |
| HSL | 50.81º | 0.45% | 0.52% | - |
| HSV(B) | 50.81º | 0.59% | 0.73% | - |
| XYZ | 36.17 | 39.84 | 12.62 | - |
| YUV | 164.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 76 | 0 | 0.09 | 0.59 | 0.27 | 50.81 | 0.45 | 0.52 |
| Hex | BB | AA | 4C | 0 | 9 | 3B | 1B | 33 | 2D | 34 |
| Octal | 273 | 252 | 114 | 0 | 11 | 73 | 33 | 63 | 55 | 64 |
| Binary | 10111011 | 10101010 | 1001100 | 0 | 1001 | 111011 | 11011 | 110011 | 101101 | 110100 |
Color Harmonies of #BBAA4C
Complementary color
Monochromatic Colors of #BBAA4C
Black with #BBAA4C
Text Example
Text Example
White with #BBAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA4C; }
p { color: rgb(187,170,76); }
H1.HeaderClassName
{
color: #BBAA4C;
}
.AnyTagClassName
{
color: #BBAA4C;
}
</style>
background-color css
<style>
a { background-color: #BBAA4C; }
a { background-color: rgb(187,170,76); }
div.DivClassName
{
background-color: #BBAA4C;
}
.BgClassName
{
background-color: #BBAA4C;
}
</style>
border-color css
<style>
span { border-color: #BBAA4C; }
span { border-color: rgb(187,170,76); }
td.TdClassName
{
border-color: #BBAA4C;
}
.TagClassName
{
border-color: #BBAA4C;
}
</style>