Shades of Blush #B45363
Tints of Blush #B45363
RGB
CMYK
RGB Variations
Color information
#B45363 (or 0xB45363) is known color: Blush. HEX triplet: B4, 53 and 63. RGB value is (180,83,99). Sum of RGB (Red+Green+Blue) = 180+83+99=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B45363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45363 is #4BAC9C. Grayscale: #717171. Windows color (decimal): -4959389 or 6509492. OLE color: 6509492.
HSL color Cylindrical-coordinate representation of color #B45363: hue angle of 350.1º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45363 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 99 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.29 |
| HSL | 350.1º | 0.39% | 0.52% | - |
| HSV(B) | 350.1º | 0.54% | 0.71% | - |
| XYZ | 24.17 | 16.79 | 13.77 | - |
| YUV | 113.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 99 | 0 | 0.54 | 0.45 | 0.29 | 350.1 | 0.39 | 0.52 |
| Hex | B4 | 53 | 63 | 0 | 36 | 2D | 1D | 15E | 27 | 34 |
| Octal | 264 | 123 | 143 | 0 | 66 | 55 | 35 | 536 | 47 | 64 |
| Binary | 10110100 | 1010011 | 1100011 | 0 | 110110 | 101101 | 11101 | 101011110 | 100111 | 110100 |
Color Harmonies of #B45363
Complementary color
Monochromatic Colors of #B45363
Black with #B45363
Text Example
Text Example
White with #B45363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45363; }
p { color: rgb(180,83,99); }
H1.HeaderClassName
{
color: #B45363;
}
.AnyTagClassName
{
color: #B45363;
}
</style>
background-color css
<style>
a { background-color: #B45363; }
a { background-color: rgb(180,83,99); }
div.DivClassName
{
background-color: #B45363;
}
.BgClassName
{
background-color: #B45363;
}
</style>
border-color css
<style>
span { border-color: #B45363; }
span { border-color: rgb(180,83,99); }
td.TdClassName
{
border-color: #B45363;
}
.TagClassName
{
border-color: #B45363;
}
</style>