Shades of Blush #B5506A
Tints of Blush #B5506A
RGB
CMYK
RGB Variations
Color information
#B5506A (or 0xB5506A) is known color: Blush. HEX triplet: B5, 50 and 6A. RGB value is (181,80,106). Sum of RGB (Red+Green+Blue) = 181+80+106=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B5506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5506A is #4AAF95. Grayscale: #717171. Windows color (decimal): -4894614 or 6967477. OLE color: 6967477.
HSL color Cylindrical-coordinate representation of color #B5506A: hue angle of 344.55º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5506A is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 106 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.29 |
| HSL | 344.55º | 0.41% | 0.51% | - |
| HSV(B) | 344.55º | 0.56% | 0.71% | - |
| XYZ | 24.53 | 16.6 | 15.55 | - |
| YUV | 113.16 | 123.96 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 106 | 0 | 0.56 | 0.41 | 0.29 | 344.55 | 0.41 | 0.51 |
| Hex | B5 | 50 | 6A | 0 | 38 | 29 | 1D | 159 | 29 | 33 |
| Octal | 265 | 120 | 152 | 0 | 70 | 51 | 35 | 531 | 51 | 63 |
| Binary | 10110101 | 1010000 | 1101010 | 0 | 111000 | 101001 | 11101 | 101011001 | 101001 | 110011 |
Color Harmonies of #B5506A
Complementary color
Monochromatic Colors of #B5506A
Black with #B5506A
Text Example
Text Example
White with #B5506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5506A; }
p { color: rgb(181,80,106); }
H1.HeaderClassName
{
color: #B5506A;
}
.AnyTagClassName
{
color: #B5506A;
}
</style>
background-color css
<style>
a { background-color: #B5506A; }
a { background-color: rgb(181,80,106); }
div.DivClassName
{
background-color: #B5506A;
}
.BgClassName
{
background-color: #B5506A;
}
</style>
border-color css
<style>
span { border-color: #B5506A; }
span { border-color: rgb(181,80,106); }
td.TdClassName
{
border-color: #B5506A;
}
.TagClassName
{
border-color: #B5506A;
}
</style>