Shades of Sunset #BB514D
Tints of Sunset #BB514D
RGB
CMYK
RGB Variations
Color information
#BB514D (or 0xBB514D) is known color: Sunset. HEX triplet: BB, 51 and 4D. RGB value is (187,81,77). Sum of RGB (Red+Green+Blue) = 187+81+77=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB514D is #44AEB2. Grayscale: #707070. Windows color (decimal): -4501171 or 5067195. OLE color: 5067195.
HSL color Cylindrical-coordinate representation of color #BB514D: hue angle of 2.18º 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 #BB514D is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 77 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.27 |
| HSL | 2.18º | 0.45% | 0.52% | - |
| HSV(B) | 2.18º | 0.59% | 0.73% | - |
| XYZ | 24.78 | 16.99 | 8.99 | - |
| YUV | 112.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 77 | 0 | 0.57 | 0.59 | 0.27 | 2.18 | 0.45 | 0.52 |
| Hex | BB | 51 | 4D | 0 | 39 | 3B | 1B | 2 | 2D | 34 |
| Octal | 273 | 121 | 115 | 0 | 71 | 73 | 33 | 2 | 55 | 64 |
| Binary | 10111011 | 1010001 | 1001101 | 0 | 111001 | 111011 | 11011 | 10 | 101101 | 110100 |
Color Harmonies of #BB514D
Complementary color
Monochromatic Colors of #BB514D
Black with #BB514D
Text Example
Text Example
White with #BB514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB514D; }
p { color: rgb(187,81,77); }
H1.HeaderClassName
{
color: #BB514D;
}
.AnyTagClassName
{
color: #BB514D;
}
</style>
background-color css
<style>
a { background-color: #BB514D; }
a { background-color: rgb(187,81,77); }
div.DivClassName
{
background-color: #BB514D;
}
.BgClassName
{
background-color: #BB514D;
}
</style>
border-color css
<style>
span { border-color: #BB514D; }
span { border-color: rgb(187,81,77); }
td.TdClassName
{
border-color: #BB514D;
}
.TagClassName
{
border-color: #BB514D;
}
</style>