Shades of Sunset #BB524E
Tints of Sunset #BB524E
RGB
CMYK
RGB Variations
Color information
#BB524E (or 0xBB524E) is known color: Sunset. HEX triplet: BB, 52 and 4E. RGB value is (187,82,78). Sum of RGB (Red+Green+Blue) = 187+82+78=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB524E is #44ADB1. Grayscale: #717171. Windows color (decimal): -4500914 or 5132987. OLE color: 5132987.
HSL color Cylindrical-coordinate representation of color #BB524E: hue angle of 2.2º 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 #BB524E is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 78 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.27 |
| HSL | 2.2º | 0.44% | 0.52% | - |
| HSV(B) | 2.2º | 0.58% | 0.73% | - |
| XYZ | 24.89 | 17.15 | 9.21 | - |
| YUV | 112.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 78 | 0 | 0.56 | 0.58 | 0.27 | 2.2 | 0.44 | 0.52 |
| Hex | BB | 52 | 4E | 0 | 38 | 3A | 1B | 2 | 2C | 34 |
| Octal | 273 | 122 | 116 | 0 | 70 | 72 | 33 | 2 | 54 | 64 |
| Binary | 10111011 | 1010010 | 1001110 | 0 | 111000 | 111010 | 11011 | 10 | 101100 | 110100 |
Color Harmonies of #BB524E
Complementary color
Monochromatic Colors of #BB524E
Black with #BB524E
Text Example
Text Example
White with #BB524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB524E; }
p { color: rgb(187,82,78); }
H1.HeaderClassName
{
color: #BB524E;
}
.AnyTagClassName
{
color: #BB524E;
}
</style>
background-color css
<style>
a { background-color: #BB524E; }
a { background-color: rgb(187,82,78); }
div.DivClassName
{
background-color: #BB524E;
}
.BgClassName
{
background-color: #BB524E;
}
</style>
border-color css
<style>
span { border-color: #BB524E; }
span { border-color: rgb(187,82,78); }
td.TdClassName
{
border-color: #BB524E;
}
.TagClassName
{
border-color: #BB524E;
}
</style>