Shades of Sundance #BBA94B
Tints of Sundance #BBA94B
RGB
CMYK
RGB Variations
Color information
#BBA94B (or 0xBBA94B) is known color: Sundance. HEX triplet: BB, A9 and 4B. RGB value is (187,169,75). Sum of RGB (Red+Green+Blue) = 187+169+75=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA94B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA94B is #4456B4. Grayscale: #A4A4A4. Windows color (decimal): -4478645 or 4958651. OLE color: 4958651.
HSL color Cylindrical-coordinate representation of color #BBA94B: hue angle of 50.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBA94B is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 75 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.27 |
| HSL | 50.36º | 0.45% | 0.51% | - |
| HSV(B) | 50.36º | 0.6% | 0.73% | - |
| XYZ | 35.95 | 39.45 | 12.38 | - |
| YUV | 163.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 75 | 0 | 0.10 | 0.60 | 0.27 | 50.36 | 0.45 | 0.51 |
| Hex | BB | A9 | 4B | 0 | A | 3C | 1B | 32 | 2D | 33 |
| Octal | 273 | 251 | 113 | 0 | 12 | 74 | 33 | 62 | 55 | 63 |
| Binary | 10111011 | 10101001 | 1001011 | 0 | 1010 | 111100 | 11011 | 110010 | 101101 | 110011 |
Color Harmonies of #BBA94B
Complementary color
Monochromatic Colors of #BBA94B
Black with #BBA94B
Text Example
Text Example
White with #BBA94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA94B; }
p { color: rgb(187,169,75); }
H1.HeaderClassName
{
color: #BBA94B;
}
.AnyTagClassName
{
color: #BBA94B;
}
</style>
background-color css
<style>
a { background-color: #BBA94B; }
a { background-color: rgb(187,169,75); }
div.DivClassName
{
background-color: #BBA94B;
}
.BgClassName
{
background-color: #BBA94B;
}
</style>
border-color css
<style>
span { border-color: #BBA94B; }
span { border-color: rgb(187,169,75); }
td.TdClassName
{
border-color: #BBA94B;
}
.TagClassName
{
border-color: #BBA94B;
}
</style>