Shades of Sundance #BBA84D
Tints of Sundance #BBA84D
RGB
CMYK
RGB Variations
Color information
#BBA84D (or 0xBBA84D) is known color: Sundance. HEX triplet: BB, A8 and 4D. RGB value is (187,168,77). Sum of RGB (Red+Green+Blue) = 187+168+77=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA84D is #4457B2. Grayscale: #A3A3A3. Windows color (decimal): -4478899 or 5089467. OLE color: 5089467.
HSL color Cylindrical-coordinate representation of color #BBA84D: hue angle of 49.64º 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 #BBA84D is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 77 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.27 |
| HSL | 49.64º | 0.45% | 0.52% | - |
| HSV(B) | 49.64º | 0.59% | 0.73% | - |
| XYZ | 35.84 | 39.11 | 12.68 | - |
| YUV | 163.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 77 | 0 | 0.10 | 0.59 | 0.27 | 49.64 | 0.45 | 0.52 |
| Hex | BB | A8 | 4D | 0 | A | 3B | 1B | 32 | 2D | 34 |
| Octal | 273 | 250 | 115 | 0 | 12 | 73 | 33 | 62 | 55 | 64 |
| Binary | 10111011 | 10101000 | 1001101 | 0 | 1010 | 111011 | 11011 | 110010 | 101101 | 110100 |
Color Harmonies of #BBA84D
Complementary color
Monochromatic Colors of #BBA84D
Black with #BBA84D
Text Example
Text Example
White with #BBA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA84D; }
p { color: rgb(187,168,77); }
H1.HeaderClassName
{
color: #BBA84D;
}
.AnyTagClassName
{
color: #BBA84D;
}
</style>
background-color css
<style>
a { background-color: #BBA84D; }
a { background-color: rgb(187,168,77); }
div.DivClassName
{
background-color: #BBA84D;
}
.BgClassName
{
background-color: #BBA84D;
}
</style>
border-color css
<style>
span { border-color: #BBA84D; }
span { border-color: rgb(187,168,77); }
td.TdClassName
{
border-color: #BBA84D;
}
.TagClassName
{
border-color: #BBA84D;
}
</style>