Shades of Sundance #BBA44C
Tints of Sundance #BBA44C
RGB
CMYK
RGB Variations
Color information
#BBA44C (or 0xBBA44C) is known color: Sundance. HEX triplet: BB, A4 and 4C. RGB value is (187,164,76). Sum of RGB (Red+Green+Blue) = 187+164+76=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA44C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA44C is #445BB3. Grayscale: #A1A1A1. Windows color (decimal): -4479924 or 5022907. OLE color: 5022907.
HSL color Cylindrical-coordinate representation of color #BBA44C: hue angle of 47.57º 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 #BBA44C is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 76 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.27 |
| HSL | 47.57º | 0.45% | 0.52% | - |
| HSV(B) | 47.57º | 0.59% | 0.73% | - |
| XYZ | 35.07 | 37.64 | 12.25 | - |
| YUV | 160.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 76 | 0 | 0.12 | 0.59 | 0.27 | 47.57 | 0.45 | 0.52 |
| Hex | BB | A4 | 4C | 0 | C | 3B | 1B | 30 | 2D | 34 |
| Octal | 273 | 244 | 114 | 0 | 14 | 73 | 33 | 60 | 55 | 64 |
| Binary | 10111011 | 10100100 | 1001100 | 0 | 1100 | 111011 | 11011 | 110000 | 101101 | 110100 |
Color Harmonies of #BBA44C
Complementary color
Monochromatic Colors of #BBA44C
Black with #BBA44C
Text Example
Text Example
White with #BBA44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA44C; }
p { color: rgb(187,164,76); }
H1.HeaderClassName
{
color: #BBA44C;
}
.AnyTagClassName
{
color: #BBA44C;
}
</style>
background-color css
<style>
a { background-color: #BBA44C; }
a { background-color: rgb(187,164,76); }
div.DivClassName
{
background-color: #BBA44C;
}
.BgClassName
{
background-color: #BBA44C;
}
</style>
border-color css
<style>
span { border-color: #BBA44C; }
span { border-color: rgb(187,164,76); }
td.TdClassName
{
border-color: #BBA44C;
}
.TagClassName
{
border-color: #BBA44C;
}
</style>