Shades of Sundance #BBA64B
Tints of Sundance #BBA64B
RGB
CMYK
RGB Variations
Color information
#BBA64B (or 0xBBA64B) is known color: Sundance. HEX triplet: BB, A6 and 4B. RGB value is (187,166,75). Sum of RGB (Red+Green+Blue) = 187+166+75=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA64B is #4459B4. Grayscale: #A2A2A2. Windows color (decimal): -4479413 or 4957883. OLE color: 4957883.
HSL color Cylindrical-coordinate representation of color #BBA64B: hue angle of 48.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBA64B is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 75 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.27 |
| HSL | 48.75º | 0.45% | 0.51% | - |
| HSV(B) | 48.75º | 0.6% | 0.73% | - |
| XYZ | 35.4 | 38.35 | 12.19 | - |
| YUV | 161.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 75 | 0 | 0.11 | 0.60 | 0.27 | 48.75 | 0.45 | 0.51 |
| Hex | BB | A6 | 4B | 0 | B | 3C | 1B | 31 | 2D | 33 |
| Octal | 273 | 246 | 113 | 0 | 13 | 74 | 33 | 61 | 55 | 63 |
| Binary | 10111011 | 10100110 | 1001011 | 0 | 1011 | 111100 | 11011 | 110001 | 101101 | 110011 |
Color Harmonies of #BBA64B
Complementary color
Monochromatic Colors of #BBA64B
Black with #BBA64B
Text Example
Text Example
White with #BBA64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA64B; }
p { color: rgb(187,166,75); }
H1.HeaderClassName
{
color: #BBA64B;
}
.AnyTagClassName
{
color: #BBA64B;
}
</style>
background-color css
<style>
a { background-color: #BBA64B; }
a { background-color: rgb(187,166,75); }
div.DivClassName
{
background-color: #BBA64B;
}
.BgClassName
{
background-color: #BBA64B;
}
</style>
border-color css
<style>
span { border-color: #BBA64B; }
span { border-color: rgb(187,166,75); }
td.TdClassName
{
border-color: #BBA64B;
}
.TagClassName
{
border-color: #BBA64B;
}
</style>