Shades of Sundance #BBA54D
Tints of Sundance #BBA54D
RGB
CMYK
RGB Variations
Color information
#BBA54D (or 0xBBA54D) is known color: Sundance. HEX triplet: BB, A5 and 4D. RGB value is (187,165,77). Sum of RGB (Red+Green+Blue) = 187+165+77=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA54D is #445AB2. Grayscale: #A1A1A1. Windows color (decimal): -4479667 or 5088699. OLE color: 5088699.
HSL color Cylindrical-coordinate representation of color #BBA54D: hue angle of 48º 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 #BBA54D is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 77 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.27 |
| HSL | 48º | 0.45% | 0.52% | - |
| HSV(B) | 48º | 0.59% | 0.73% | - |
| XYZ | 35.29 | 38.01 | 12.5 | - |
| YUV | 161.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 77 | 0 | 0.12 | 0.59 | 0.27 | 48 | 0.45 | 0.52 |
| Hex | BB | A5 | 4D | 0 | C | 3B | 1B | 30 | 2D | 34 |
| Octal | 273 | 245 | 115 | 0 | 14 | 73 | 33 | 60 | 55 | 64 |
| Binary | 10111011 | 10100101 | 1001101 | 0 | 1100 | 111011 | 11011 | 110000 | 101101 | 110100 |
Color Harmonies of #BBA54D
Complementary color
Monochromatic Colors of #BBA54D
Black with #BBA54D
Text Example
Text Example
White with #BBA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA54D; }
p { color: rgb(187,165,77); }
H1.HeaderClassName
{
color: #BBA54D;
}
.AnyTagClassName
{
color: #BBA54D;
}
</style>
background-color css
<style>
a { background-color: #BBA54D; }
a { background-color: rgb(187,165,77); }
div.DivClassName
{
background-color: #BBA54D;
}
.BgClassName
{
background-color: #BBA54D;
}
</style>
border-color css
<style>
span { border-color: #BBA54D; }
span { border-color: rgb(187,165,77); }
td.TdClassName
{
border-color: #BBA54D;
}
.TagClassName
{
border-color: #BBA54D;
}
</style>