Shades of Sundance #BBA94C
Tints of Sundance #BBA94C
RGB
CMYK
RGB Variations
Color information
#BBA94C (or 0xBBA94C) is known color: Sundance. HEX triplet: BB, A9 and 4C. RGB value is (187,169,76). Sum of RGB (Red+Green+Blue) = 187+169+76=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA94C is #4456B3. Grayscale: #A4A4A4. Windows color (decimal): -4478644 or 5024187. OLE color: 5024187.
HSL color Cylindrical-coordinate representation of color #BBA94C: hue angle of 50.27º 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 #BBA94C is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 76 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.27 |
| HSL | 50.27º | 0.45% | 0.52% | - |
| HSV(B) | 50.27º | 0.59% | 0.73% | - |
| XYZ | 35.99 | 39.46 | 12.56 | - |
| YUV | 163.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 76 | 0 | 0.10 | 0.59 | 0.27 | 50.27 | 0.45 | 0.52 |
| Hex | BB | A9 | 4C | 0 | A | 3B | 1B | 32 | 2D | 34 |
| Octal | 273 | 251 | 114 | 0 | 12 | 73 | 33 | 62 | 55 | 64 |
| Binary | 10111011 | 10101001 | 1001100 | 0 | 1010 | 111011 | 11011 | 110010 | 101101 | 110100 |
Color Harmonies of #BBA94C
Complementary color
Monochromatic Colors of #BBA94C
Black with #BBA94C
Text Example
Text Example
White with #BBA94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA94C; }
p { color: rgb(187,169,76); }
H1.HeaderClassName
{
color: #BBA94C;
}
.AnyTagClassName
{
color: #BBA94C;
}
</style>
background-color css
<style>
a { background-color: #BBA94C; }
a { background-color: rgb(187,169,76); }
div.DivClassName
{
background-color: #BBA94C;
}
.BgClassName
{
background-color: #BBA94C;
}
</style>
border-color css
<style>
span { border-color: #BBA94C; }
span { border-color: rgb(187,169,76); }
td.TdClassName
{
border-color: #BBA94C;
}
.TagClassName
{
border-color: #BBA94C;
}
</style>