Shades of Sundance #BBAF50
Tints of Sundance #BBAF50
RGB
CMYK
RGB Variations
Color information
#BBAF50 (or 0xBBAF50) is known color: Sundance. HEX triplet: BB, AF and 50. RGB value is (187,175,80). Sum of RGB (Red+Green+Blue) = 187+175+80=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF50 is #4450AF. Grayscale: #A8A8A8. Windows color (decimal): -4477104 or 5287867. OLE color: 5287867.
HSL color Cylindrical-coordinate representation of color #BBAF50: hue angle of 53.27º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBAF50 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 80 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.27 |
| HSL | 53.27º | 0.44% | 0.52% | - |
| HSV(B) | 53.27º | 0.57% | 0.73% | - |
| XYZ | 37.27 | 41.8 | 13.69 | - |
| YUV | 167.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 80 | 0 | 0.06 | 0.57 | 0.27 | 53.27 | 0.44 | 0.52 |
| Hex | BB | AF | 50 | 0 | 6 | 39 | 1B | 35 | 2C | 34 |
| Octal | 273 | 257 | 120 | 0 | 6 | 71 | 33 | 65 | 54 | 64 |
| Binary | 10111011 | 10101111 | 1010000 | 0 | 110 | 111001 | 11011 | 110101 | 101100 | 110100 |
Color Harmonies of #BBAF50
Complementary color
Monochromatic Colors of #BBAF50
Black with #BBAF50
Text Example
Text Example
White with #BBAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF50; }
p { color: rgb(187,175,80); }
H1.HeaderClassName
{
color: #BBAF50;
}
.AnyTagClassName
{
color: #BBAF50;
}
</style>
background-color css
<style>
a { background-color: #BBAF50; }
a { background-color: rgb(187,175,80); }
div.DivClassName
{
background-color: #BBAF50;
}
.BgClassName
{
background-color: #BBAF50;
}
</style>
border-color css
<style>
span { border-color: #BBAF50; }
span { border-color: rgb(187,175,80); }
td.TdClassName
{
border-color: #BBAF50;
}
.TagClassName
{
border-color: #BBAF50;
}
</style>