Shades of Sunset #BB554A
Tints of Sunset #BB554A
RGB
CMYK
RGB Variations
Color information
#BB554A (or 0xBB554A) is known color: Sunset. HEX triplet: BB, 55 and 4A. RGB value is (187,85,74). Sum of RGB (Red+Green+Blue) = 187+85+74=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB554A is #44AAB5. Grayscale: #727272. Windows color (decimal): -4500150 or 4871611. OLE color: 4871611.
HSL color Cylindrical-coordinate representation of color #BB554A: hue angle of 5.84º 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 #BB554A is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 74 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.27 |
| HSL | 5.84º | 0.45% | 0.51% | - |
| HSV(B) | 5.84º | 0.6% | 0.73% | - |
| XYZ | 24.98 | 17.56 | 8.55 | - |
| YUV | 114.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 74 | 0 | 0.55 | 0.60 | 0.27 | 5.84 | 0.45 | 0.51 |
| Hex | BB | 55 | 4A | 0 | 37 | 3C | 1B | 6 | 2D | 33 |
| Octal | 273 | 125 | 112 | 0 | 67 | 74 | 33 | 6 | 55 | 63 |
| Binary | 10111011 | 1010101 | 1001010 | 0 | 110111 | 111100 | 11011 | 110 | 101101 | 110011 |
Color Harmonies of #BB554A
Complementary color
Monochromatic Colors of #BB554A
Black with #BB554A
Text Example
Text Example
White with #BB554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB554A; }
p { color: rgb(187,85,74); }
H1.HeaderClassName
{
color: #BB554A;
}
.AnyTagClassName
{
color: #BB554A;
}
</style>
background-color css
<style>
a { background-color: #BB554A; }
a { background-color: rgb(187,85,74); }
div.DivClassName
{
background-color: #BB554A;
}
.BgClassName
{
background-color: #BB554A;
}
</style>
border-color css
<style>
span { border-color: #BB554A; }
span { border-color: rgb(187,85,74); }
td.TdClassName
{
border-color: #BB554A;
}
.TagClassName
{
border-color: #BB554A;
}
</style>