Shades of Blush #B45065
Tints of Blush #B45065
RGB
CMYK
RGB Variations
Color information
#B45065 (or 0xB45065) is known color: Blush. HEX triplet: B4, 50 and 65. RGB value is (180,80,101). Sum of RGB (Red+Green+Blue) = 180+80+101=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B45065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45065 is #4BAF9A. Grayscale: #707070. Windows color (decimal): -4960155 or 6639796. OLE color: 6639796.
HSL color Cylindrical-coordinate representation of color #B45065: hue angle of 347.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45065 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 101 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.29 |
| HSL | 347.4º | 0.4% | 0.51% | - |
| HSV(B) | 347.4º | 0.56% | 0.71% | - |
| XYZ | 24.04 | 16.38 | 14.21 | - |
| YUV | 112.29 | 121.63 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 101 | 0 | 0.56 | 0.44 | 0.29 | 347.4 | 0.4 | 0.51 |
| Hex | B4 | 50 | 65 | 0 | 38 | 2C | 1D | 15B | 28 | 33 |
| Octal | 264 | 120 | 145 | 0 | 70 | 54 | 35 | 533 | 50 | 63 |
| Binary | 10110100 | 1010000 | 1100101 | 0 | 111000 | 101100 | 11101 | 101011011 | 101000 | 110011 |
Color Harmonies of #B45065
Complementary color
Monochromatic Colors of #B45065
Black with #B45065
Text Example
Text Example
White with #B45065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45065; }
p { color: rgb(180,80,101); }
H1.HeaderClassName
{
color: #B45065;
}
.AnyTagClassName
{
color: #B45065;
}
</style>
background-color css
<style>
a { background-color: #B45065; }
a { background-color: rgb(180,80,101); }
div.DivClassName
{
background-color: #B45065;
}
.BgClassName
{
background-color: #B45065;
}
</style>
border-color css
<style>
span { border-color: #B45065; }
span { border-color: rgb(180,80,101); }
td.TdClassName
{
border-color: #B45065;
}
.TagClassName
{
border-color: #B45065;
}
</style>