Shades of Sundance #BBA853
Tints of Sundance #BBA853
RGB
CMYK
RGB Variations
Color information
#BBA853 (or 0xBBA853) is known color: Sundance. HEX triplet: BB, A8 and 53. RGB value is (187,168,83). Sum of RGB (Red+Green+Blue) = 187+168+83=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA853 is #4457AC. Grayscale: #A4A4A4. Windows color (decimal): -4478893 or 5482683. OLE color: 5482683.
HSL color Cylindrical-coordinate representation of color #BBA853: hue angle of 49.04º 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 #BBA853 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 83 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.27 |
| HSL | 49.04º | 0.43% | 0.53% | - |
| HSV(B) | 49.04º | 0.56% | 0.73% | - |
| XYZ | 36.06 | 39.19 | 13.85 | - |
| YUV | 163.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 83 | 0 | 0.10 | 0.56 | 0.27 | 49.04 | 0.43 | 0.53 |
| Hex | BB | A8 | 53 | 0 | A | 38 | 1B | 31 | 2B | 35 |
| Octal | 273 | 250 | 123 | 0 | 12 | 70 | 33 | 61 | 53 | 65 |
| Binary | 10111011 | 10101000 | 1010011 | 0 | 1010 | 111000 | 11011 | 110001 | 101011 | 110101 |
Color Harmonies of #BBA853
Complementary color
Monochromatic Colors of #BBA853
Black with #BBA853
Text Example
Text Example
White with #BBA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA853; }
p { color: rgb(187,168,83); }
H1.HeaderClassName
{
color: #BBA853;
}
.AnyTagClassName
{
color: #BBA853;
}
</style>
background-color css
<style>
a { background-color: #BBA853; }
a { background-color: rgb(187,168,83); }
div.DivClassName
{
background-color: #BBA853;
}
.BgClassName
{
background-color: #BBA853;
}
</style>
border-color css
<style>
span { border-color: #BBA853; }
span { border-color: rgb(187,168,83); }
td.TdClassName
{
border-color: #BBA853;
}
.TagClassName
{
border-color: #BBA853;
}
</style>