Shades of Sundance #BBAA4D
Tints of Sundance #BBAA4D
RGB
CMYK
RGB Variations
Color information
#BBAA4D (or 0xBBAA4D) is known color: Sundance. HEX triplet: BB, AA and 4D. RGB value is (187,170,77). Sum of RGB (Red+Green+Blue) = 187+170+77=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA4D is #4455B2. Grayscale: #A4A4A4. Windows color (decimal): -4478387 or 5089979. OLE color: 5089979.
HSL color Cylindrical-coordinate representation of color #BBAA4D: hue angle of 50.73º 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 #BBAA4D is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 77 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.27 |
| HSL | 50.73º | 0.45% | 0.52% | - |
| HSV(B) | 50.73º | 0.59% | 0.73% | - |
| XYZ | 36.21 | 39.85 | 12.8 | - |
| YUV | 164.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 77 | 0 | 0.09 | 0.59 | 0.27 | 50.73 | 0.45 | 0.52 |
| Hex | BB | AA | 4D | 0 | 9 | 3B | 1B | 33 | 2D | 34 |
| Octal | 273 | 252 | 115 | 0 | 11 | 73 | 33 | 63 | 55 | 64 |
| Binary | 10111011 | 10101010 | 1001101 | 0 | 1001 | 111011 | 11011 | 110011 | 101101 | 110100 |
Color Harmonies of #BBAA4D
Complementary color
Monochromatic Colors of #BBAA4D
Black with #BBAA4D
Text Example
Text Example
White with #BBAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA4D; }
p { color: rgb(187,170,77); }
H1.HeaderClassName
{
color: #BBAA4D;
}
.AnyTagClassName
{
color: #BBAA4D;
}
</style>
background-color css
<style>
a { background-color: #BBAA4D; }
a { background-color: rgb(187,170,77); }
div.DivClassName
{
background-color: #BBAA4D;
}
.BgClassName
{
background-color: #BBAA4D;
}
</style>
border-color css
<style>
span { border-color: #BBAA4D; }
span { border-color: rgb(187,170,77); }
td.TdClassName
{
border-color: #BBAA4D;
}
.TagClassName
{
border-color: #BBAA4D;
}
</style>