Shades of Sunset #BB524D
Tints of Sunset #BB524D
RGB
CMYK
RGB Variations
Color information
#BB524D (or 0xBB524D) is known color: Sunset. HEX triplet: BB, 52 and 4D. RGB value is (187,82,77). Sum of RGB (Red+Green+Blue) = 187+82+77=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB524D is #44ADB2. Grayscale: #707070. Windows color (decimal): -4500915 or 5067451. OLE color: 5067451.
HSL color Cylindrical-coordinate representation of color #BB524D: hue angle of 2.73º 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 #BB524D is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 77 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.27 |
| HSL | 2.73º | 0.45% | 0.52% | - |
| HSV(B) | 2.73º | 0.59% | 0.73% | - |
| XYZ | 24.85 | 17.14 | 9.02 | - |
| YUV | 112.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 77 | 0 | 0.56 | 0.59 | 0.27 | 2.73 | 0.45 | 0.52 |
| Hex | BB | 52 | 4D | 0 | 38 | 3B | 1B | 3 | 2D | 34 |
| Octal | 273 | 122 | 115 | 0 | 70 | 73 | 33 | 3 | 55 | 64 |
| Binary | 10111011 | 1010010 | 1001101 | 0 | 111000 | 111011 | 11011 | 11 | 101101 | 110100 |
Color Harmonies of #BB524D
Complementary color
Monochromatic Colors of #BB524D
Black with #BB524D
Text Example
Text Example
White with #BB524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB524D; }
p { color: rgb(187,82,77); }
H1.HeaderClassName
{
color: #BB524D;
}
.AnyTagClassName
{
color: #BB524D;
}
</style>
background-color css
<style>
a { background-color: #BB524D; }
a { background-color: rgb(187,82,77); }
div.DivClassName
{
background-color: #BB524D;
}
.BgClassName
{
background-color: #BB524D;
}
</style>
border-color css
<style>
span { border-color: #BB524D; }
span { border-color: rgb(187,82,77); }
td.TdClassName
{
border-color: #BB524D;
}
.TagClassName
{
border-color: #BB524D;
}
</style>