Shades of Blush #B45168
Tints of Blush #B45168
RGB
CMYK
RGB Variations
Color information
#B45168 (or 0xB45168) is known color: Blush. HEX triplet: B4, 51 and 68. RGB value is (180,81,104). Sum of RGB (Red+Green+Blue) = 180+81+104=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B45168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45168 is #4BAE97. Grayscale: #717171. Windows color (decimal): -4959896 or 6836660. OLE color: 6836660.
HSL color Cylindrical-coordinate representation of color #B45168: hue angle of 346.06º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45168 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 104 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.29 |
| HSL | 346.06º | 0.4% | 0.51% | - |
| HSV(B) | 346.06º | 0.55% | 0.71% | - |
| XYZ | 24.26 | 16.59 | 15.02 | - |
| YUV | 113.22 | 122.8 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 104 | 0 | 0.55 | 0.42 | 0.29 | 346.06 | 0.4 | 0.51 |
| Hex | B4 | 51 | 68 | 0 | 37 | 2A | 1D | 15A | 28 | 33 |
| Octal | 264 | 121 | 150 | 0 | 67 | 52 | 35 | 532 | 50 | 63 |
| Binary | 10110100 | 1010001 | 1101000 | 0 | 110111 | 101010 | 11101 | 101011010 | 101000 | 110011 |
Color Harmonies of #B45168
Complementary color
Monochromatic Colors of #B45168
Black with #B45168
Text Example
Text Example
White with #B45168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45168; }
p { color: rgb(180,81,104); }
H1.HeaderClassName
{
color: #B45168;
}
.AnyTagClassName
{
color: #B45168;
}
</style>
background-color css
<style>
a { background-color: #B45168; }
a { background-color: rgb(180,81,104); }
div.DivClassName
{
background-color: #B45168;
}
.BgClassName
{
background-color: #B45168;
}
</style>
border-color css
<style>
span { border-color: #B45168; }
span { border-color: rgb(180,81,104); }
td.TdClassName
{
border-color: #B45168;
}
.TagClassName
{
border-color: #B45168;
}
</style>