Shades of Blush #B5525E
Tints of Blush #B5525E
RGB
CMYK
RGB Variations
Color information
#B5525E (or 0xB5525E) is known color: Blush. HEX triplet: B5, 52 and 5E. RGB value is (181,82,94). Sum of RGB (Red+Green+Blue) = 181+82+94=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5525E is #4AADA1. Grayscale: #717171. Windows color (decimal): -4894114 or 6181557. OLE color: 6181557.
HSL color Cylindrical-coordinate representation of color #B5525E: hue angle of 352.73º 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 #B5525E is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 94 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.29 |
| HSL | 352.73º | 0.4% | 0.52% | - |
| HSV(B) | 352.73º | 0.55% | 0.71% | - |
| XYZ | 24.09 | 16.67 | 12.54 | - |
| YUV | 112.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 94 | 0 | 0.55 | 0.48 | 0.29 | 352.73 | 0.4 | 0.52 |
| Hex | B5 | 52 | 5E | 0 | 37 | 30 | 1D | 161 | 28 | 34 |
| Octal | 265 | 122 | 136 | 0 | 67 | 60 | 35 | 541 | 50 | 64 |
| Binary | 10110101 | 1010010 | 1011110 | 0 | 110111 | 110000 | 11101 | 101100001 | 101000 | 110100 |
Color Harmonies of #B5525E
Complementary color
Monochromatic Colors of #B5525E
Black with #B5525E
Text Example
Text Example
White with #B5525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5525E; }
p { color: rgb(181,82,94); }
H1.HeaderClassName
{
color: #B5525E;
}
.AnyTagClassName
{
color: #B5525E;
}
</style>
background-color css
<style>
a { background-color: #B5525E; }
a { background-color: rgb(181,82,94); }
div.DivClassName
{
background-color: #B5525E;
}
.BgClassName
{
background-color: #B5525E;
}
</style>
border-color css
<style>
span { border-color: #B5525E; }
span { border-color: rgb(181,82,94); }
td.TdClassName
{
border-color: #B5525E;
}
.TagClassName
{
border-color: #B5525E;
}
</style>