Shades of Sundance #BBAB4D
Tints of Sundance #BBAB4D
RGB
CMYK
RGB Variations
Color information
#BBAB4D (or 0xBBAB4D) is known color: Sundance. HEX triplet: BB, AB and 4D. RGB value is (187,171,77). Sum of RGB (Red+Green+Blue) = 187+171+77=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB4D is #4454B2. Grayscale: #A5A5A5. Windows color (decimal): -4478131 or 5090235. OLE color: 5090235.
HSL color Cylindrical-coordinate representation of color #BBAB4D: hue angle of 51.27º 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 #BBAB4D is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 77 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.27 |
| HSL | 51.27º | 0.45% | 0.52% | - |
| HSV(B) | 51.27º | 0.59% | 0.73% | - |
| XYZ | 36.4 | 40.23 | 12.87 | - |
| YUV | 165.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 77 | 0 | 0.09 | 0.59 | 0.27 | 51.27 | 0.45 | 0.52 |
| Hex | BB | AB | 4D | 0 | 9 | 3B | 1B | 33 | 2D | 34 |
| Octal | 273 | 253 | 115 | 0 | 11 | 73 | 33 | 63 | 55 | 64 |
| Binary | 10111011 | 10101011 | 1001101 | 0 | 1001 | 111011 | 11011 | 110011 | 101101 | 110100 |
Color Harmonies of #BBAB4D
Complementary color
Monochromatic Colors of #BBAB4D
Black with #BBAB4D
Text Example
Text Example
White with #BBAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB4D; }
p { color: rgb(187,171,77); }
H1.HeaderClassName
{
color: #BBAB4D;
}
.AnyTagClassName
{
color: #BBAB4D;
}
</style>
background-color css
<style>
a { background-color: #BBAB4D; }
a { background-color: rgb(187,171,77); }
div.DivClassName
{
background-color: #BBAB4D;
}
.BgClassName
{
background-color: #BBAB4D;
}
</style>
border-color css
<style>
span { border-color: #BBAB4D; }
span { border-color: rgb(187,171,77); }
td.TdClassName
{
border-color: #BBAB4D;
}
.TagClassName
{
border-color: #BBAB4D;
}
</style>