Shades of Sundance #BBA24F
Tints of Sundance #BBA24F
RGB
CMYK
RGB Variations
Color information
#BBA24F (or 0xBBA24F) is known color: Sundance. HEX triplet: BB, A2 and 4F. RGB value is (187,162,79). Sum of RGB (Red+Green+Blue) = 187+162+79=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA24F is #445DB0. Grayscale: #A0A0A0. Windows color (decimal): -4480433 or 5219003. OLE color: 5219003.
HSL color Cylindrical-coordinate representation of color #BBA24F: hue angle of 46.11º 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 #BBA24F is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 79 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.27 |
| HSL | 46.11º | 0.44% | 0.52% | - |
| HSV(B) | 46.11º | 0.58% | 0.73% | - |
| XYZ | 34.83 | 36.97 | 12.7 | - |
| YUV | 160.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 79 | 0 | 0.13 | 0.58 | 0.27 | 46.11 | 0.44 | 0.52 |
| Hex | BB | A2 | 4F | 0 | D | 3A | 1B | 2E | 2C | 34 |
| Octal | 273 | 242 | 117 | 0 | 15 | 72 | 33 | 56 | 54 | 64 |
| Binary | 10111011 | 10100010 | 1001111 | 0 | 1101 | 111010 | 11011 | 101110 | 101100 | 110100 |
Color Harmonies of #BBA24F
Complementary color
Monochromatic Colors of #BBA24F
Black with #BBA24F
Text Example
Text Example
White with #BBA24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA24F; }
p { color: rgb(187,162,79); }
H1.HeaderClassName
{
color: #BBA24F;
}
.AnyTagClassName
{
color: #BBA24F;
}
</style>
background-color css
<style>
a { background-color: #BBA24F; }
a { background-color: rgb(187,162,79); }
div.DivClassName
{
background-color: #BBA24F;
}
.BgClassName
{
background-color: #BBA24F;
}
</style>
border-color css
<style>
span { border-color: #BBA24F; }
span { border-color: rgb(187,162,79); }
td.TdClassName
{
border-color: #BBA24F;
}
.TagClassName
{
border-color: #BBA24F;
}
</style>