Shades of Blush #B5525D
Tints of Blush #B5525D
RGB
CMYK
RGB Variations
Color information
#B5525D (or 0xB5525D) is known color: Blush. HEX triplet: B5, 52 and 5D. RGB value is (181,82,93). Sum of RGB (Red+Green+Blue) = 181+82+93=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5525D is #4AADA2. Grayscale: #707070. Windows color (decimal): -4894115 or 6116021. OLE color: 6116021.
HSL color Cylindrical-coordinate representation of color #B5525D: hue angle of 353.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5525D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 93 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.29 |
| HSL | 353.33º | 0.4% | 0.52% | - |
| HSV(B) | 353.33º | 0.55% | 0.71% | - |
| XYZ | 24.05 | 16.65 | 12.3 | - |
| YUV | 112.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 93 | 0 | 0.55 | 0.49 | 0.29 | 353.33 | 0.4 | 0.52 |
| Hex | B5 | 52 | 5D | 0 | 37 | 31 | 1D | 161 | 28 | 34 |
| Octal | 265 | 122 | 135 | 0 | 67 | 61 | 35 | 541 | 50 | 64 |
| Binary | 10110101 | 1010010 | 1011101 | 0 | 110111 | 110001 | 11101 | 101100001 | 101000 | 110100 |
Color Harmonies of #B5525D
Complementary color
Monochromatic Colors of #B5525D
Black with #B5525D
Text Example
Text Example
White with #B5525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5525D; }
p { color: rgb(181,82,93); }
H1.HeaderClassName
{
color: #B5525D;
}
.AnyTagClassName
{
color: #B5525D;
}
</style>
background-color css
<style>
a { background-color: #B5525D; }
a { background-color: rgb(181,82,93); }
div.DivClassName
{
background-color: #B5525D;
}
.BgClassName
{
background-color: #B5525D;
}
</style>
border-color css
<style>
span { border-color: #B5525D; }
span { border-color: rgb(181,82,93); }
td.TdClassName
{
border-color: #B5525D;
}
.TagClassName
{
border-color: #B5525D;
}
</style>