Shades of Blush #B55068
Tints of Blush #B55068
RGB
CMYK
RGB Variations
Color information
#B55068 (or 0xB55068) is known color: Blush. HEX triplet: B5, 50 and 68. RGB value is (181,80,104). Sum of RGB (Red+Green+Blue) = 181+80+104=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B55068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55068 is #4AAF97. Grayscale: #707070. Windows color (decimal): -4894616 or 6836405. OLE color: 6836405.
HSL color Cylindrical-coordinate representation of color #B55068: hue angle of 345.74º degrees, saturation: 0.41, 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 #B55068 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 104 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.29 |
| HSL | 345.74º | 0.41% | 0.51% | - |
| HSV(B) | 345.74º | 0.56% | 0.71% | - |
| XYZ | 24.42 | 16.56 | 15.01 | - |
| YUV | 112.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 104 | 0 | 0.56 | 0.43 | 0.29 | 345.74 | 0.41 | 0.51 |
| Hex | B5 | 50 | 68 | 0 | 38 | 2B | 1D | 15A | 29 | 33 |
| Octal | 265 | 120 | 150 | 0 | 70 | 53 | 35 | 532 | 51 | 63 |
| Binary | 10110101 | 1010000 | 1101000 | 0 | 111000 | 101011 | 11101 | 101011010 | 101001 | 110011 |
Color Harmonies of #B55068
Complementary color
Monochromatic Colors of #B55068
Black with #B55068
Text Example
Text Example
White with #B55068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55068; }
p { color: rgb(181,80,104); }
H1.HeaderClassName
{
color: #B55068;
}
.AnyTagClassName
{
color: #B55068;
}
</style>
background-color css
<style>
a { background-color: #B55068; }
a { background-color: rgb(181,80,104); }
div.DivClassName
{
background-color: #B55068;
}
.BgClassName
{
background-color: #B55068;
}
</style>
border-color css
<style>
span { border-color: #B55068; }
span { border-color: rgb(181,80,104); }
td.TdClassName
{
border-color: #B55068;
}
.TagClassName
{
border-color: #B55068;
}
</style>