Shades of Sundance #BBAB53
Tints of Sundance #BBAB53
RGB
CMYK
RGB Variations
Color information
#BBAB53 (or 0xBBAB53) is known color: Sundance. HEX triplet: BB, AB and 53. RGB value is (187,171,83). Sum of RGB (Red+Green+Blue) = 187+171+83=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB53 is #4454AC. Grayscale: #A6A6A6. Windows color (decimal): -4478125 or 5483451. OLE color: 5483451.
HSL color Cylindrical-coordinate representation of color #BBAB53: hue angle of 50.77º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBAB53 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 83 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.27 |
| HSL | 50.77º | 0.43% | 0.53% | - |
| HSV(B) | 50.77º | 0.56% | 0.73% | - |
| XYZ | 36.62 | 40.32 | 14.04 | - |
| YUV | 165.75 | 81.3 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 83 | 0 | 0.09 | 0.56 | 0.27 | 50.77 | 0.43 | 0.53 |
| Hex | BB | AB | 53 | 0 | 9 | 38 | 1B | 33 | 2B | 35 |
| Octal | 273 | 253 | 123 | 0 | 11 | 70 | 33 | 63 | 53 | 65 |
| Binary | 10111011 | 10101011 | 1010011 | 0 | 1001 | 111000 | 11011 | 110011 | 101011 | 110101 |
Color Harmonies of #BBAB53
Complementary color
Monochromatic Colors of #BBAB53
Black with #BBAB53
Text Example
Text Example
White with #BBAB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB53; }
p { color: rgb(187,171,83); }
H1.HeaderClassName
{
color: #BBAB53;
}
.AnyTagClassName
{
color: #BBAB53;
}
</style>
background-color css
<style>
a { background-color: #BBAB53; }
a { background-color: rgb(187,171,83); }
div.DivClassName
{
background-color: #BBAB53;
}
.BgClassName
{
background-color: #BBAB53;
}
</style>
border-color css
<style>
span { border-color: #BBAB53; }
span { border-color: rgb(187,171,83); }
td.TdClassName
{
border-color: #BBAB53;
}
.TagClassName
{
border-color: #BBAB53;
}
</style>