Shades of Sundance #BBAB4B
Tints of Sundance #BBAB4B
RGB
CMYK
RGB Variations
Color information
#BBAB4B (or 0xBBAB4B) is known color: Sundance. HEX triplet: BB, AB and 4B. RGB value is (187,171,75). Sum of RGB (Red+Green+Blue) = 187+171+75=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB4B is #4454B4. Grayscale: #A5A5A5. Windows color (decimal): -4478133 or 4959163. OLE color: 4959163.
HSL color Cylindrical-coordinate representation of color #BBAB4B: hue angle of 51.43º 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 #BBAB4B is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 75 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.27 |
| HSL | 51.43º | 0.45% | 0.51% | - |
| HSV(B) | 51.43º | 0.6% | 0.73% | - |
| XYZ | 36.33 | 40.2 | 12.5 | - |
| YUV | 164.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 75 | 0 | 0.09 | 0.60 | 0.27 | 51.43 | 0.45 | 0.51 |
| Hex | BB | AB | 4B | 0 | 9 | 3C | 1B | 33 | 2D | 33 |
| Octal | 273 | 253 | 113 | 0 | 11 | 74 | 33 | 63 | 55 | 63 |
| Binary | 10111011 | 10101011 | 1001011 | 0 | 1001 | 111100 | 11011 | 110011 | 101101 | 110011 |
Color Harmonies of #BBAB4B
Complementary color
Monochromatic Colors of #BBAB4B
Black with #BBAB4B
Text Example
Text Example
White with #BBAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB4B; }
p { color: rgb(187,171,75); }
H1.HeaderClassName
{
color: #BBAB4B;
}
.AnyTagClassName
{
color: #BBAB4B;
}
</style>
background-color css
<style>
a { background-color: #BBAB4B; }
a { background-color: rgb(187,171,75); }
div.DivClassName
{
background-color: #BBAB4B;
}
.BgClassName
{
background-color: #BBAB4B;
}
</style>
border-color css
<style>
span { border-color: #BBAB4B; }
span { border-color: rgb(187,171,75); }
td.TdClassName
{
border-color: #BBAB4B;
}
.TagClassName
{
border-color: #BBAB4B;
}
</style>