Shades of Blush #B5565D
Tints of Blush #B5565D
RGB
CMYK
RGB Variations
Color information
#B5565D (or 0xB5565D) is known color: Blush. HEX triplet: B5, 56 and 5D. RGB value is (181,86,93). Sum of RGB (Red+Green+Blue) = 181+86+93=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5565D is #4AA9A2. Grayscale: #737373. Windows color (decimal): -4893091 or 6117045. OLE color: 6117045.
HSL color Cylindrical-coordinate representation of color #B5565D: hue angle of 355.58º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5565D is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 93 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.29 |
| HSL | 355.58º | 0.39% | 0.52% | - |
| HSV(B) | 355.58º | 0.52% | 0.71% | - |
| XYZ | 24.36 | 17.27 | 12.41 | - |
| YUV | 115.2 | 115.47 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 93 | 0 | 0.52 | 0.49 | 0.29 | 355.58 | 0.39 | 0.52 |
| Hex | B5 | 56 | 5D | 0 | 34 | 31 | 1D | 164 | 27 | 34 |
| Octal | 265 | 126 | 135 | 0 | 64 | 61 | 35 | 544 | 47 | 64 |
| Binary | 10110101 | 1010110 | 1011101 | 0 | 110100 | 110001 | 11101 | 101100100 | 100111 | 110100 |
Color Harmonies of #B5565D
Complementary color
Monochromatic Colors of #B5565D
Black with #B5565D
Text Example
Text Example
White with #B5565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5565D; }
p { color: rgb(181,86,93); }
H1.HeaderClassName
{
color: #B5565D;
}
.AnyTagClassName
{
color: #B5565D;
}
</style>
background-color css
<style>
a { background-color: #B5565D; }
a { background-color: rgb(181,86,93); }
div.DivClassName
{
background-color: #B5565D;
}
.BgClassName
{
background-color: #B5565D;
}
</style>
border-color css
<style>
span { border-color: #B5565D; }
span { border-color: rgb(181,86,93); }
td.TdClassName
{
border-color: #B5565D;
}
.TagClassName
{
border-color: #B5565D;
}
</style>