Shades of Sundance #BBA74B
Tints of Sundance #BBA74B
RGB
CMYK
RGB Variations
Color information
#BBA74B (or 0xBBA74B) is known color: Sundance. HEX triplet: BB, A7 and 4B. RGB value is (187,167,75). Sum of RGB (Red+Green+Blue) = 187+167+75=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA74B is #4458B4. Grayscale: #A2A2A2. Windows color (decimal): -4479157 or 4958139. OLE color: 4958139.
HSL color Cylindrical-coordinate representation of color #BBA74B: hue angle of 49.29º 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 #BBA74B is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 75 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.27 |
| HSL | 49.29º | 0.45% | 0.51% | - |
| HSV(B) | 49.29º | 0.6% | 0.73% | - |
| XYZ | 35.58 | 38.71 | 12.25 | - |
| YUV | 162.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 75 | 0 | 0.11 | 0.60 | 0.27 | 49.29 | 0.45 | 0.51 |
| Hex | BB | A7 | 4B | 0 | B | 3C | 1B | 31 | 2D | 33 |
| Octal | 273 | 247 | 113 | 0 | 13 | 74 | 33 | 61 | 55 | 63 |
| Binary | 10111011 | 10100111 | 1001011 | 0 | 1011 | 111100 | 11011 | 110001 | 101101 | 110011 |
Color Harmonies of #BBA74B
Complementary color
Monochromatic Colors of #BBA74B
Black with #BBA74B
Text Example
Text Example
White with #BBA74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA74B; }
p { color: rgb(187,167,75); }
H1.HeaderClassName
{
color: #BBA74B;
}
.AnyTagClassName
{
color: #BBA74B;
}
</style>
background-color css
<style>
a { background-color: #BBA74B; }
a { background-color: rgb(187,167,75); }
div.DivClassName
{
background-color: #BBA74B;
}
.BgClassName
{
background-color: #BBA74B;
}
</style>
border-color css
<style>
span { border-color: #BBA74B; }
span { border-color: rgb(187,167,75); }
td.TdClassName
{
border-color: #BBA74B;
}
.TagClassName
{
border-color: #BBA74B;
}
</style>