Shades of Blush #B2565D
Tints of Blush #B2565D
RGB
CMYK
RGB Variations
Color information
#B2565D (or 0xB2565D) is known color: Blush. HEX triplet: B2, 56 and 5D. RGB value is (178,86,93). Sum of RGB (Red+Green+Blue) = 178+86+93=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2565D is #4DA9A2. Grayscale: #727272. Windows color (decimal): -5089699 or 6117042. OLE color: 6117042.
HSL color Cylindrical-coordinate representation of color #B2565D: hue angle of 355.43º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2565D is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 93 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.30 |
| HSL | 355.43º | 0.37% | 0.52% | - |
| HSV(B) | 355.43º | 0.52% | 0.7% | - |
| XYZ | 23.66 | 16.91 | 12.37 | - |
| YUV | 114.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 93 | 0 | 0.52 | 0.48 | 0.30 | 355.43 | 0.37 | 0.52 |
| Hex | B2 | 56 | 5D | 0 | 34 | 30 | 1E | 163 | 25 | 34 |
| Octal | 262 | 126 | 135 | 0 | 64 | 60 | 36 | 543 | 45 | 64 |
| Binary | 10110010 | 1010110 | 1011101 | 0 | 110100 | 110000 | 11110 | 101100011 | 100101 | 110100 |
Color Harmonies of #B2565D
Complementary color
Monochromatic Colors of #B2565D
Black with #B2565D
Text Example
Text Example
White with #B2565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2565D; }
p { color: rgb(178,86,93); }
H1.HeaderClassName
{
color: #B2565D;
}
.AnyTagClassName
{
color: #B2565D;
}
</style>
background-color css
<style>
a { background-color: #B2565D; }
a { background-color: rgb(178,86,93); }
div.DivClassName
{
background-color: #B2565D;
}
.BgClassName
{
background-color: #B2565D;
}
</style>
border-color css
<style>
span { border-color: #B2565D; }
span { border-color: rgb(178,86,93); }
td.TdClassName
{
border-color: #B2565D;
}
.TagClassName
{
border-color: #B2565D;
}
</style>