Shades of Sundance #BBA84E
Tints of Sundance #BBA84E
RGB
CMYK
RGB Variations
Color information
#BBA84E (or 0xBBA84E) is known color: Sundance. HEX triplet: BB, A8 and 4E. RGB value is (187,168,78). Sum of RGB (Red+Green+Blue) = 187+168+78=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA84E is #4457B1. Grayscale: #A3A3A3. Windows color (decimal): -4478898 or 5155003. OLE color: 5155003.
HSL color Cylindrical-coordinate representation of color #BBA84E: hue angle of 49.54º 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 #BBA84E is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 78 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.27 |
| HSL | 49.54º | 0.44% | 0.52% | - |
| HSV(B) | 49.54º | 0.58% | 0.73% | - |
| XYZ | 35.87 | 39.12 | 12.87 | - |
| YUV | 163.42 | 79.79 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 78 | 0 | 0.10 | 0.58 | 0.27 | 49.54 | 0.44 | 0.52 |
| Hex | BB | A8 | 4E | 0 | A | 3A | 1B | 32 | 2C | 34 |
| Octal | 273 | 250 | 116 | 0 | 12 | 72 | 33 | 62 | 54 | 64 |
| Binary | 10111011 | 10101000 | 1001110 | 0 | 1010 | 111010 | 11011 | 110010 | 101100 | 110100 |
Color Harmonies of #BBA84E
Complementary color
Monochromatic Colors of #BBA84E
Black with #BBA84E
Text Example
Text Example
White with #BBA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA84E; }
p { color: rgb(187,168,78); }
H1.HeaderClassName
{
color: #BBA84E;
}
.AnyTagClassName
{
color: #BBA84E;
}
</style>
background-color css
<style>
a { background-color: #BBA84E; }
a { background-color: rgb(187,168,78); }
div.DivClassName
{
background-color: #BBA84E;
}
.BgClassName
{
background-color: #BBA84E;
}
</style>
border-color css
<style>
span { border-color: #BBA84E; }
span { border-color: rgb(187,168,78); }
td.TdClassName
{
border-color: #BBA84E;
}
.TagClassName
{
border-color: #BBA84E;
}
</style>