Shades of Sundance #BBAD4E
Tints of Sundance #BBAD4E
RGB
CMYK
RGB Variations
Color information
#BBAD4E (or 0xBBAD4E) is known color: Sundance. HEX triplet: BB, AD and 4E. RGB value is (187,173,78). Sum of RGB (Red+Green+Blue) = 187+173+78=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD4E is #4452B1. Grayscale: #A6A6A6. Windows color (decimal): -4477618 or 5156283. OLE color: 5156283.
HSL color Cylindrical-coordinate representation of color #BBAD4E: hue angle of 52.29º 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 #BBAD4E is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 78 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.27 |
| HSL | 52.29º | 0.44% | 0.52% | - |
| HSV(B) | 52.29º | 0.58% | 0.73% | - |
| XYZ | 36.81 | 41 | 13.18 | - |
| YUV | 166.36 | 78.14 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 78 | 0 | 0.07 | 0.58 | 0.27 | 52.29 | 0.44 | 0.52 |
| Hex | BB | AD | 4E | 0 | 7 | 3A | 1B | 34 | 2C | 34 |
| Octal | 273 | 255 | 116 | 0 | 7 | 72 | 33 | 64 | 54 | 64 |
| Binary | 10111011 | 10101101 | 1001110 | 0 | 111 | 111010 | 11011 | 110100 | 101100 | 110100 |
Color Harmonies of #BBAD4E
Complementary color
Monochromatic Colors of #BBAD4E
Black with #BBAD4E
Text Example
Text Example
White with #BBAD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD4E; }
p { color: rgb(187,173,78); }
H1.HeaderClassName
{
color: #BBAD4E;
}
.AnyTagClassName
{
color: #BBAD4E;
}
</style>
background-color css
<style>
a { background-color: #BBAD4E; }
a { background-color: rgb(187,173,78); }
div.DivClassName
{
background-color: #BBAD4E;
}
.BgClassName
{
background-color: #BBAD4E;
}
</style>
border-color css
<style>
span { border-color: #BBAD4E; }
span { border-color: rgb(187,173,78); }
td.TdClassName
{
border-color: #BBAD4E;
}
.TagClassName
{
border-color: #BBAD4E;
}
</style>