Shades of Sundance #BBA74F
Tints of Sundance #BBA74F
RGB
CMYK
RGB Variations
Color information
#BBA74F (or 0xBBA74F) is known color: Sundance. HEX triplet: BB, A7 and 4F. RGB value is (187,167,79). Sum of RGB (Red+Green+Blue) = 187+167+79=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA74F is #4458B0. Grayscale: #A3A3A3. Windows color (decimal): -4479153 or 5220283. OLE color: 5220283.
HSL color Cylindrical-coordinate representation of color #BBA74F: hue angle of 48.89º 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 #BBA74F is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 79 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.27 |
| HSL | 48.89º | 0.44% | 0.52% | - |
| HSV(B) | 48.89º | 0.58% | 0.73% | - |
| XYZ | 35.72 | 38.77 | 13 | - |
| YUV | 162.95 | 80.63 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 79 | 0 | 0.11 | 0.58 | 0.27 | 48.89 | 0.44 | 0.52 |
| Hex | BB | A7 | 4F | 0 | B | 3A | 1B | 31 | 2C | 34 |
| Octal | 273 | 247 | 117 | 0 | 13 | 72 | 33 | 61 | 54 | 64 |
| Binary | 10111011 | 10100111 | 1001111 | 0 | 1011 | 111010 | 11011 | 110001 | 101100 | 110100 |
Color Harmonies of #BBA74F
Complementary color
Monochromatic Colors of #BBA74F
Black with #BBA74F
Text Example
Text Example
White with #BBA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA74F; }
p { color: rgb(187,167,79); }
H1.HeaderClassName
{
color: #BBA74F;
}
.AnyTagClassName
{
color: #BBA74F;
}
</style>
background-color css
<style>
a { background-color: #BBA74F; }
a { background-color: rgb(187,167,79); }
div.DivClassName
{
background-color: #BBA74F;
}
.BgClassName
{
background-color: #BBA74F;
}
</style>
border-color css
<style>
span { border-color: #BBA74F; }
span { border-color: rgb(187,167,79); }
td.TdClassName
{
border-color: #BBA74F;
}
.TagClassName
{
border-color: #BBA74F;
}
</style>