Shades of Sundance #BBAB4F
Tints of Sundance #BBAB4F
RGB
CMYK
RGB Variations
Color information
#BBAB4F (or 0xBBAB4F) is known color: Sundance. HEX triplet: BB, AB and 4F. RGB value is (187,171,79). Sum of RGB (Red+Green+Blue) = 187+171+79=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB4F is #4454B0. Grayscale: #A5A5A5. Windows color (decimal): -4478129 or 5221307. OLE color: 5221307.
HSL color Cylindrical-coordinate representation of color #BBAB4F: hue angle of 51.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBAB4F is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 79 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.27 |
| HSL | 51.11º | 0.44% | 0.52% | - |
| HSV(B) | 51.11º | 0.58% | 0.73% | - |
| XYZ | 36.47 | 40.26 | 13.25 | - |
| YUV | 165.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 79 | 0 | 0.09 | 0.58 | 0.27 | 51.11 | 0.44 | 0.52 |
| Hex | BB | AB | 4F | 0 | 9 | 3A | 1B | 33 | 2C | 34 |
| Octal | 273 | 253 | 117 | 0 | 11 | 72 | 33 | 63 | 54 | 64 |
| Binary | 10111011 | 10101011 | 1001111 | 0 | 1001 | 111010 | 11011 | 110011 | 101100 | 110100 |
Color Harmonies of #BBAB4F
Complementary color
Monochromatic Colors of #BBAB4F
Black with #BBAB4F
Text Example
Text Example
White with #BBAB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB4F; }
p { color: rgb(187,171,79); }
H1.HeaderClassName
{
color: #BBAB4F;
}
.AnyTagClassName
{
color: #BBAB4F;
}
</style>
background-color css
<style>
a { background-color: #BBAB4F; }
a { background-color: rgb(187,171,79); }
div.DivClassName
{
background-color: #BBAB4F;
}
.BgClassName
{
background-color: #BBAB4F;
}
</style>
border-color css
<style>
span { border-color: #BBAB4F; }
span { border-color: rgb(187,171,79); }
td.TdClassName
{
border-color: #BBAB4F;
}
.TagClassName
{
border-color: #BBAB4F;
}
</style>