Shades of Sundance #BBA64D
Tints of Sundance #BBA64D
RGB
CMYK
RGB Variations
Color information
#BBA64D (or 0xBBA64D) is known color: Sundance. HEX triplet: BB, A6 and 4D. RGB value is (187,166,77). Sum of RGB (Red+Green+Blue) = 187+166+77=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA64D is #4459B2. Grayscale: #A2A2A2. Windows color (decimal): -4479411 or 5088955. OLE color: 5088955.
HSL color Cylindrical-coordinate representation of color #BBA64D: hue angle of 48.55º 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 #BBA64D is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 77 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.27 |
| HSL | 48.55º | 0.45% | 0.52% | - |
| HSV(B) | 48.55º | 0.59% | 0.73% | - |
| XYZ | 35.47 | 38.37 | 12.56 | - |
| YUV | 162.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 77 | 0 | 0.11 | 0.59 | 0.27 | 48.55 | 0.45 | 0.52 |
| Hex | BB | A6 | 4D | 0 | B | 3B | 1B | 31 | 2D | 34 |
| Octal | 273 | 246 | 115 | 0 | 13 | 73 | 33 | 61 | 55 | 64 |
| Binary | 10111011 | 10100110 | 1001101 | 0 | 1011 | 111011 | 11011 | 110001 | 101101 | 110100 |
Color Harmonies of #BBA64D
Complementary color
Monochromatic Colors of #BBA64D
Black with #BBA64D
Text Example
Text Example
White with #BBA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA64D; }
p { color: rgb(187,166,77); }
H1.HeaderClassName
{
color: #BBA64D;
}
.AnyTagClassName
{
color: #BBA64D;
}
</style>
background-color css
<style>
a { background-color: #BBA64D; }
a { background-color: rgb(187,166,77); }
div.DivClassName
{
background-color: #BBA64D;
}
.BgClassName
{
background-color: #BBA64D;
}
</style>
border-color css
<style>
span { border-color: #BBA64D; }
span { border-color: rgb(187,166,77); }
td.TdClassName
{
border-color: #BBA64D;
}
.TagClassName
{
border-color: #BBA64D;
}
</style>