Shades of Sunset #BB554E
Tints of Sunset #BB554E
RGB
CMYK
RGB Variations
Color information
#BB554E (or 0xBB554E) is known color: Sunset. HEX triplet: BB, 55 and 4E. RGB value is (187,85,78). Sum of RGB (Red+Green+Blue) = 187+85+78=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB554E is #44AAB1. Grayscale: #727272. Windows color (decimal): -4500146 or 5133755. OLE color: 5133755.
HSL color Cylindrical-coordinate representation of color #BB554E: hue angle of 3.85º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB554E is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 78 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.27 |
| HSL | 3.85º | 0.44% | 0.52% | - |
| HSV(B) | 3.85º | 0.58% | 0.73% | - |
| XYZ | 25.12 | 17.61 | 9.28 | - |
| YUV | 114.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 78 | 0 | 0.55 | 0.58 | 0.27 | 3.85 | 0.44 | 0.52 |
| Hex | BB | 55 | 4E | 0 | 37 | 3A | 1B | 4 | 2C | 34 |
| Octal | 273 | 125 | 116 | 0 | 67 | 72 | 33 | 4 | 54 | 64 |
| Binary | 10111011 | 1010101 | 1001110 | 0 | 110111 | 111010 | 11011 | 100 | 101100 | 110100 |
Color Harmonies of #BB554E
Complementary color
Monochromatic Colors of #BB554E
Black with #BB554E
Text Example
Text Example
White with #BB554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB554E; }
p { color: rgb(187,85,78); }
H1.HeaderClassName
{
color: #BB554E;
}
.AnyTagClassName
{
color: #BB554E;
}
</style>
background-color css
<style>
a { background-color: #BB554E; }
a { background-color: rgb(187,85,78); }
div.DivClassName
{
background-color: #BB554E;
}
.BgClassName
{
background-color: #BB554E;
}
</style>
border-color css
<style>
span { border-color: #BB554E; }
span { border-color: rgb(187,85,78); }
td.TdClassName
{
border-color: #BB554E;
}
.TagClassName
{
border-color: #BB554E;
}
</style>