Shades of Sundance #BBAC4C
Tints of Sundance #BBAC4C
RGB
CMYK
RGB Variations
Color information
#BBAC4C (or 0xBBAC4C) is known color: Sundance. HEX triplet: BB, AC and 4C. RGB value is (187,172,76). Sum of RGB (Red+Green+Blue) = 187+172+76=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC4C is #4453B3. Grayscale: #A5A5A5. Windows color (decimal): -4477876 or 5024955. OLE color: 5024955.
HSL color Cylindrical-coordinate representation of color #BBAC4C: hue angle of 51.89º 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 #BBAC4C is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 76 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.27 |
| HSL | 51.89º | 0.45% | 0.52% | - |
| HSV(B) | 51.89º | 0.59% | 0.73% | - |
| XYZ | 36.55 | 40.59 | 12.75 | - |
| YUV | 165.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 76 | 0 | 0.08 | 0.59 | 0.27 | 51.89 | 0.45 | 0.52 |
| Hex | BB | AC | 4C | 0 | 8 | 3B | 1B | 34 | 2D | 34 |
| Octal | 273 | 254 | 114 | 0 | 10 | 73 | 33 | 64 | 55 | 64 |
| Binary | 10111011 | 10101100 | 1001100 | 0 | 1000 | 111011 | 11011 | 110100 | 101101 | 110100 |
Color Harmonies of #BBAC4C
Complementary color
Monochromatic Colors of #BBAC4C
Black with #BBAC4C
Text Example
Text Example
White with #BBAC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC4C; }
p { color: rgb(187,172,76); }
H1.HeaderClassName
{
color: #BBAC4C;
}
.AnyTagClassName
{
color: #BBAC4C;
}
</style>
background-color css
<style>
a { background-color: #BBAC4C; }
a { background-color: rgb(187,172,76); }
div.DivClassName
{
background-color: #BBAC4C;
}
.BgClassName
{
background-color: #BBAC4C;
}
</style>
border-color css
<style>
span { border-color: #BBAC4C; }
span { border-color: rgb(187,172,76); }
td.TdClassName
{
border-color: #BBAC4C;
}
.TagClassName
{
border-color: #BBAC4C;
}
</style>