Shades of Sundance #BBAC4B
Tints of Sundance #BBAC4B
RGB
CMYK
RGB Variations
Color information
#BBAC4B (or 0xBBAC4B) is known color: Sundance. HEX triplet: BB, AC and 4B. RGB value is (187,172,75). Sum of RGB (Red+Green+Blue) = 187+172+75=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC4B is #4453B4. Grayscale: #A5A5A5. Windows color (decimal): -4477877 or 4959419. OLE color: 4959419.
HSL color Cylindrical-coordinate representation of color #BBAC4B: hue angle of 51.96º 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 #BBAC4B is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 75 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.27 |
| HSL | 51.96º | 0.45% | 0.51% | - |
| HSV(B) | 51.96º | 0.6% | 0.73% | - |
| XYZ | 36.52 | 40.58 | 12.56 | - |
| YUV | 165.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 75 | 0 | 0.08 | 0.60 | 0.27 | 51.96 | 0.45 | 0.51 |
| Hex | BB | AC | 4B | 0 | 8 | 3C | 1B | 34 | 2D | 33 |
| Octal | 273 | 254 | 113 | 0 | 10 | 74 | 33 | 64 | 55 | 63 |
| Binary | 10111011 | 10101100 | 1001011 | 0 | 1000 | 111100 | 11011 | 110100 | 101101 | 110011 |
Color Harmonies of #BBAC4B
Complementary color
Monochromatic Colors of #BBAC4B
Black with #BBAC4B
Text Example
Text Example
White with #BBAC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC4B; }
p { color: rgb(187,172,75); }
H1.HeaderClassName
{
color: #BBAC4B;
}
.AnyTagClassName
{
color: #BBAC4B;
}
</style>
background-color css
<style>
a { background-color: #BBAC4B; }
a { background-color: rgb(187,172,75); }
div.DivClassName
{
background-color: #BBAC4B;
}
.BgClassName
{
background-color: #BBAC4B;
}
</style>
border-color css
<style>
span { border-color: #BBAC4B; }
span { border-color: rgb(187,172,75); }
td.TdClassName
{
border-color: #BBAC4B;
}
.TagClassName
{
border-color: #BBAC4B;
}
</style>