Shades of Sundance #BBA74E
Tints of Sundance #BBA74E
RGB
CMYK
RGB Variations
Color information
#BBA74E (or 0xBBA74E) is known color: Sundance. HEX triplet: BB, A7 and 4E. RGB value is (187,167,78). Sum of RGB (Red+Green+Blue) = 187+167+78=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA74E is #4458B1. Grayscale: #A3A3A3. Windows color (decimal): -4479154 or 5154747. OLE color: 5154747.
HSL color Cylindrical-coordinate representation of color #BBA74E: hue angle of 48.99º 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 #BBA74E is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 78 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.27 |
| HSL | 48.99º | 0.44% | 0.52% | - |
| HSV(B) | 48.99º | 0.58% | 0.73% | - |
| XYZ | 35.69 | 38.75 | 12.81 | - |
| YUV | 162.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 78 | 0 | 0.11 | 0.58 | 0.27 | 48.99 | 0.44 | 0.52 |
| Hex | BB | A7 | 4E | 0 | B | 3A | 1B | 31 | 2C | 34 |
| Octal | 273 | 247 | 116 | 0 | 13 | 72 | 33 | 61 | 54 | 64 |
| Binary | 10111011 | 10100111 | 1001110 | 0 | 1011 | 111010 | 11011 | 110001 | 101100 | 110100 |
Color Harmonies of #BBA74E
Complementary color
Monochromatic Colors of #BBA74E
Black with #BBA74E
Text Example
Text Example
White with #BBA74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA74E; }
p { color: rgb(187,167,78); }
H1.HeaderClassName
{
color: #BBA74E;
}
.AnyTagClassName
{
color: #BBA74E;
}
</style>
background-color css
<style>
a { background-color: #BBA74E; }
a { background-color: rgb(187,167,78); }
div.DivClassName
{
background-color: #BBA74E;
}
.BgClassName
{
background-color: #BBA74E;
}
</style>
border-color css
<style>
span { border-color: #BBA74E; }
span { border-color: rgb(187,167,78); }
td.TdClassName
{
border-color: #BBA74E;
}
.TagClassName
{
border-color: #BBA74E;
}
</style>