Shades of Sunset #BB554C
Tints of Sunset #BB554C
RGB
CMYK
RGB Variations
Color information
#BB554C (or 0xBB554C) is known color: Sunset. HEX triplet: BB, 55 and 4C. RGB value is (187,85,76). Sum of RGB (Red+Green+Blue) = 187+85+76=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB554C is #44AAB3. Grayscale: #727272. Windows color (decimal): -4500148 or 5002683. OLE color: 5002683.
HSL color Cylindrical-coordinate representation of color #BB554C: hue angle of 4.86º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB554C is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 76 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.27 |
| HSL | 4.86º | 0.45% | 0.52% | - |
| HSV(B) | 4.86º | 0.59% | 0.73% | - |
| XYZ | 25.05 | 17.58 | 8.91 | - |
| YUV | 114.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 76 | 0 | 0.55 | 0.59 | 0.27 | 4.86 | 0.45 | 0.52 |
| Hex | BB | 55 | 4C | 0 | 37 | 3B | 1B | 5 | 2D | 34 |
| Octal | 273 | 125 | 114 | 0 | 67 | 73 | 33 | 5 | 55 | 64 |
| Binary | 10111011 | 1010101 | 1001100 | 0 | 110111 | 111011 | 11011 | 101 | 101101 | 110100 |
Color Harmonies of #BB554C
Complementary color
Monochromatic Colors of #BB554C
Black with #BB554C
Text Example
Text Example
White with #BB554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB554C; }
p { color: rgb(187,85,76); }
H1.HeaderClassName
{
color: #BB554C;
}
.AnyTagClassName
{
color: #BB554C;
}
</style>
background-color css
<style>
a { background-color: #BB554C; }
a { background-color: rgb(187,85,76); }
div.DivClassName
{
background-color: #BB554C;
}
.BgClassName
{
background-color: #BB554C;
}
</style>
border-color css
<style>
span { border-color: #BB554C; }
span { border-color: rgb(187,85,76); }
td.TdClassName
{
border-color: #BB554C;
}
.TagClassName
{
border-color: #BB554C;
}
</style>