Shades of Blush #B45A5D
Tints of Blush #B45A5D
RGB
CMYK
RGB Variations
Color information
#B45A5D (or 0xB45A5D) is known color: Blush. HEX triplet: B4, 5A and 5D. RGB value is (180,90,93). Sum of RGB (Red+Green+Blue) = 180+90+93=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A5D is #4BA5A2. Grayscale: #757575. Windows color (decimal): -4957603 or 6118068. OLE color: 6118068.
HSL color Cylindrical-coordinate representation of color #B45A5D: hue angle of 358º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A5D is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 93 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.29 |
| HSL | 358º | 0.38% | 0.53% | - |
| HSV(B) | 358º | 0.5% | 0.71% | - |
| XYZ | 24.45 | 17.81 | 12.5 | - |
| YUV | 117.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 93 | 0 | 0.50 | 0.48 | 0.29 | 358 | 0.38 | 0.53 |
| Hex | B4 | 5A | 5D | 0 | 32 | 30 | 1D | 166 | 26 | 35 |
| Octal | 264 | 132 | 135 | 0 | 62 | 60 | 35 | 546 | 46 | 65 |
| Binary | 10110100 | 1011010 | 1011101 | 0 | 110010 | 110000 | 11101 | 101100110 | 100110 | 110101 |
Color Harmonies of #B45A5D
Complementary color
Monochromatic Colors of #B45A5D
Black with #B45A5D
Text Example
Text Example
White with #B45A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45A5D; }
p { color: rgb(180,90,93); }
H1.HeaderClassName
{
color: #B45A5D;
}
.AnyTagClassName
{
color: #B45A5D;
}
</style>
background-color css
<style>
a { background-color: #B45A5D; }
a { background-color: rgb(180,90,93); }
div.DivClassName
{
background-color: #B45A5D;
}
.BgClassName
{
background-color: #B45A5D;
}
</style>
border-color css
<style>
span { border-color: #B45A5D; }
span { border-color: rgb(180,90,93); }
td.TdClassName
{
border-color: #B45A5D;
}
.TagClassName
{
border-color: #B45A5D;
}
</style>