Shades of Sundance #BBA34E
Tints of Sundance #BBA34E
RGB
CMYK
RGB Variations
Color information
#BBA34E (or 0xBBA34E) is known color: Sundance. HEX triplet: BB, A3 and 4E. RGB value is (187,163,78). Sum of RGB (Red+Green+Blue) = 187+163+78=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA34E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA34E is #445CB1. Grayscale: #A0A0A0. Windows color (decimal): -4480178 or 5153723. OLE color: 5153723.
HSL color Cylindrical-coordinate representation of color #BBA34E: hue angle of 46.79º 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 #BBA34E is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 78 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.27 |
| HSL | 46.79º | 0.44% | 0.52% | - |
| HSV(B) | 46.79º | 0.58% | 0.73% | - |
| XYZ | 34.97 | 37.31 | 12.57 | - |
| YUV | 160.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 78 | 0 | 0.13 | 0.58 | 0.27 | 46.79 | 0.44 | 0.52 |
| Hex | BB | A3 | 4E | 0 | D | 3A | 1B | 2F | 2C | 34 |
| Octal | 273 | 243 | 116 | 0 | 15 | 72 | 33 | 57 | 54 | 64 |
| Binary | 10111011 | 10100011 | 1001110 | 0 | 1101 | 111010 | 11011 | 101111 | 101100 | 110100 |
Color Harmonies of #BBA34E
Complementary color
Monochromatic Colors of #BBA34E
Black with #BBA34E
Text Example
Text Example
White with #BBA34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA34E; }
p { color: rgb(187,163,78); }
H1.HeaderClassName
{
color: #BBA34E;
}
.AnyTagClassName
{
color: #BBA34E;
}
</style>
background-color css
<style>
a { background-color: #BBA34E; }
a { background-color: rgb(187,163,78); }
div.DivClassName
{
background-color: #BBA34E;
}
.BgClassName
{
background-color: #BBA34E;
}
</style>
border-color css
<style>
span { border-color: #BBA34E; }
span { border-color: rgb(187,163,78); }
td.TdClassName
{
border-color: #BBA34E;
}
.TagClassName
{
border-color: #BBA34E;
}
</style>