Shades of Sundance #BBA24D
Tints of Sundance #BBA24D
RGB
CMYK
RGB Variations
Color information
#BBA24D (or 0xBBA24D) is known color: Sundance. HEX triplet: BB, A2 and 4D. RGB value is (187,162,77). Sum of RGB (Red+Green+Blue) = 187+162+77=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA24D is #445DB2. Grayscale: #A0A0A0. Windows color (decimal): -4480435 or 5087931. OLE color: 5087931.
HSL color Cylindrical-coordinate representation of color #BBA24D: hue angle of 46.36º 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 #BBA24D is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 77 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.27 |
| HSL | 46.36º | 0.45% | 0.52% | - |
| HSV(B) | 46.36º | 0.59% | 0.73% | - |
| XYZ | 34.75 | 36.94 | 12.32 | - |
| YUV | 159.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 77 | 0 | 0.13 | 0.59 | 0.27 | 46.36 | 0.45 | 0.52 |
| Hex | BB | A2 | 4D | 0 | D | 3B | 1B | 2E | 2D | 34 |
| Octal | 273 | 242 | 115 | 0 | 15 | 73 | 33 | 56 | 55 | 64 |
| Binary | 10111011 | 10100010 | 1001101 | 0 | 1101 | 111011 | 11011 | 101110 | 101101 | 110100 |
Color Harmonies of #BBA24D
Complementary color
Monochromatic Colors of #BBA24D
Black with #BBA24D
Text Example
Text Example
White with #BBA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA24D; }
p { color: rgb(187,162,77); }
H1.HeaderClassName
{
color: #BBA24D;
}
.AnyTagClassName
{
color: #BBA24D;
}
</style>
background-color css
<style>
a { background-color: #BBA24D; }
a { background-color: rgb(187,162,77); }
div.DivClassName
{
background-color: #BBA24D;
}
.BgClassName
{
background-color: #BBA24D;
}
</style>
border-color css
<style>
span { border-color: #BBA24D; }
span { border-color: rgb(187,162,77); }
td.TdClassName
{
border-color: #BBA24D;
}
.TagClassName
{
border-color: #BBA24D;
}
</style>