Shades of Sundance #BBAC4D
Tints of Sundance #BBAC4D
RGB
CMYK
RGB Variations
Color information
#BBAC4D (or 0xBBAC4D) is known color: Sundance. HEX triplet: BB, AC and 4D. RGB value is (187,172,77). Sum of RGB (Red+Green+Blue) = 187+172+77=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC4D is #4453B2. Grayscale: #A6A6A6. Windows color (decimal): -4477875 or 5090491. OLE color: 5090491.
HSL color Cylindrical-coordinate representation of color #BBAC4D: hue angle of 51.82º 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 #BBAC4D is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 77 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.27 |
| HSL | 51.82º | 0.45% | 0.52% | - |
| HSV(B) | 51.82º | 0.59% | 0.73% | - |
| XYZ | 36.59 | 40.61 | 12.93 | - |
| YUV | 165.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 77 | 0 | 0.08 | 0.59 | 0.27 | 51.82 | 0.45 | 0.52 |
| Hex | BB | AC | 4D | 0 | 8 | 3B | 1B | 34 | 2D | 34 |
| Octal | 273 | 254 | 115 | 0 | 10 | 73 | 33 | 64 | 55 | 64 |
| Binary | 10111011 | 10101100 | 1001101 | 0 | 1000 | 111011 | 11011 | 110100 | 101101 | 110100 |
Color Harmonies of #BBAC4D
Complementary color
Monochromatic Colors of #BBAC4D
Black with #BBAC4D
Text Example
Text Example
White with #BBAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC4D; }
p { color: rgb(187,172,77); }
H1.HeaderClassName
{
color: #BBAC4D;
}
.AnyTagClassName
{
color: #BBAC4D;
}
</style>
background-color css
<style>
a { background-color: #BBAC4D; }
a { background-color: rgb(187,172,77); }
div.DivClassName
{
background-color: #BBAC4D;
}
.BgClassName
{
background-color: #BBAC4D;
}
</style>
border-color css
<style>
span { border-color: #BBAC4D; }
span { border-color: rgb(187,172,77); }
td.TdClassName
{
border-color: #BBAC4D;
}
.TagClassName
{
border-color: #BBAC4D;
}
</style>