Shades of Sundance #BBA94E
Tints of Sundance #BBA94E
RGB
CMYK
RGB Variations
Color information
#BBA94E (or 0xBBA94E) is known color: Sundance. HEX triplet: BB, A9 and 4E. RGB value is (187,169,78). Sum of RGB (Red+Green+Blue) = 187+169+78=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA94E is #4456B1. Grayscale: #A4A4A4. Windows color (decimal): -4478642 or 5155259. OLE color: 5155259.
HSL color Cylindrical-coordinate representation of color #BBA94E: hue angle of 50.09º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBA94E is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 78 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.27 |
| HSL | 50.09º | 0.44% | 0.52% | - |
| HSV(B) | 50.09º | 0.58% | 0.73% | - |
| XYZ | 36.06 | 39.49 | 12.93 | - |
| YUV | 164.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 78 | 0 | 0.10 | 0.58 | 0.27 | 50.09 | 0.44 | 0.52 |
| Hex | BB | A9 | 4E | 0 | A | 3A | 1B | 32 | 2C | 34 |
| Octal | 273 | 251 | 116 | 0 | 12 | 72 | 33 | 62 | 54 | 64 |
| Binary | 10111011 | 10101001 | 1001110 | 0 | 1010 | 111010 | 11011 | 110010 | 101100 | 110100 |
Color Harmonies of #BBA94E
Complementary color
Monochromatic Colors of #BBA94E
Black with #BBA94E
Text Example
Text Example
White with #BBA94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA94E; }
p { color: rgb(187,169,78); }
H1.HeaderClassName
{
color: #BBA94E;
}
.AnyTagClassName
{
color: #BBA94E;
}
</style>
background-color css
<style>
a { background-color: #BBA94E; }
a { background-color: rgb(187,169,78); }
div.DivClassName
{
background-color: #BBA94E;
}
.BgClassName
{
background-color: #BBA94E;
}
</style>
border-color css
<style>
span { border-color: #BBA94E; }
span { border-color: rgb(187,169,78); }
td.TdClassName
{
border-color: #BBA94E;
}
.TagClassName
{
border-color: #BBA94E;
}
</style>