Shades of Sundance #BBA54B
Tints of Sundance #BBA54B
RGB
CMYK
RGB Variations
Color information
#BBA54B (or 0xBBA54B) is known color: Sundance. HEX triplet: BB, A5 and 4B. RGB value is (187,165,75). Sum of RGB (Red+Green+Blue) = 187+165+75=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA54B is #445AB4. Grayscale: #A1A1A1. Windows color (decimal): -4479669 or 4957627. OLE color: 4957627.
HSL color Cylindrical-coordinate representation of color #BBA54B: hue angle of 48.21º 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 #BBA54B is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 75 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.27 |
| HSL | 48.21º | 0.45% | 0.51% | - |
| HSV(B) | 48.21º | 0.6% | 0.73% | - |
| XYZ | 35.22 | 37.98 | 12.13 | - |
| YUV | 161.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 75 | 0 | 0.12 | 0.60 | 0.27 | 48.21 | 0.45 | 0.51 |
| Hex | BB | A5 | 4B | 0 | C | 3C | 1B | 30 | 2D | 33 |
| Octal | 273 | 245 | 113 | 0 | 14 | 74 | 33 | 60 | 55 | 63 |
| Binary | 10111011 | 10100101 | 1001011 | 0 | 1100 | 111100 | 11011 | 110000 | 101101 | 110011 |
Color Harmonies of #BBA54B
Complementary color
Monochromatic Colors of #BBA54B
Black with #BBA54B
Text Example
Text Example
White with #BBA54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA54B; }
p { color: rgb(187,165,75); }
H1.HeaderClassName
{
color: #BBA54B;
}
.AnyTagClassName
{
color: #BBA54B;
}
</style>
background-color css
<style>
a { background-color: #BBA54B; }
a { background-color: rgb(187,165,75); }
div.DivClassName
{
background-color: #BBA54B;
}
.BgClassName
{
background-color: #BBA54B;
}
</style>
border-color css
<style>
span { border-color: #BBA54B; }
span { border-color: rgb(187,165,75); }
td.TdClassName
{
border-color: #BBA54B;
}
.TagClassName
{
border-color: #BBA54B;
}
</style>