Shades of Sundance #BBA44B
Tints of Sundance #BBA44B
RGB
CMYK
RGB Variations
Color information
#BBA44B (or 0xBBA44B) is known color: Sundance. HEX triplet: BB, A4 and 4B. RGB value is (187,164,75). Sum of RGB (Red+Green+Blue) = 187+164+75=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA44B is #445BB4. Grayscale: #A1A1A1. Windows color (decimal): -4479925 or 4957371. OLE color: 4957371.
HSL color Cylindrical-coordinate representation of color #BBA44B: hue angle of 47.68º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBA44B is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 75 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.27 |
| HSL | 47.68º | 0.45% | 0.51% | - |
| HSV(B) | 47.68º | 0.6% | 0.73% | - |
| XYZ | 35.04 | 37.62 | 12.07 | - |
| YUV | 160.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 75 | 0 | 0.12 | 0.60 | 0.27 | 47.68 | 0.45 | 0.51 |
| Hex | BB | A4 | 4B | 0 | C | 3C | 1B | 30 | 2D | 33 |
| Octal | 273 | 244 | 113 | 0 | 14 | 74 | 33 | 60 | 55 | 63 |
| Binary | 10111011 | 10100100 | 1001011 | 0 | 1100 | 111100 | 11011 | 110000 | 101101 | 110011 |
Color Harmonies of #BBA44B
Complementary color
Monochromatic Colors of #BBA44B
Black with #BBA44B
Text Example
Text Example
White with #BBA44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA44B; }
p { color: rgb(187,164,75); }
H1.HeaderClassName
{
color: #BBA44B;
}
.AnyTagClassName
{
color: #BBA44B;
}
</style>
background-color css
<style>
a { background-color: #BBA44B; }
a { background-color: rgb(187,164,75); }
div.DivClassName
{
background-color: #BBA44B;
}
.BgClassName
{
background-color: #BBA44B;
}
</style>
border-color css
<style>
span { border-color: #BBA44B; }
span { border-color: rgb(187,164,75); }
td.TdClassName
{
border-color: #BBA44B;
}
.TagClassName
{
border-color: #BBA44B;
}
</style>