Shades of Blush #B54769
Tints of Blush #B54769
RGB
CMYK
RGB Variations
Color information
#B54769 (or 0xB54769) is known color: Blush. HEX triplet: B5, 47 and 69. RGB value is (181,71,105). Sum of RGB (Red+Green+Blue) = 181+71+105=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B54769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54769 is #4AB896. Grayscale: #6B6B6B. Windows color (decimal): -4896919 or 6899637. OLE color: 6899637.
HSL color Cylindrical-coordinate representation of color #B54769: hue angle of 341.45º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54769 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 105 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.29 |
| HSL | 341.45º | 0.44% | 0.49% | - |
| HSV(B) | 341.45º | 0.61% | 0.71% | - |
| XYZ | 23.86 | 15.35 | 15.07 | - |
| YUV | 107.77 | 126.44 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 105 | 0 | 0.61 | 0.42 | 0.29 | 341.45 | 0.44 | 0.49 |
| Hex | B5 | 47 | 69 | 0 | 3D | 2A | 1D | 155 | 2C | 31 |
| Octal | 265 | 107 | 151 | 0 | 75 | 52 | 35 | 525 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1101001 | 0 | 111101 | 101010 | 11101 | 101010101 | 101100 | 110001 |
Color Harmonies of #B54769
Complementary color
Monochromatic Colors of #B54769
Black with #B54769
Text Example
Text Example
White with #B54769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54769; }
p { color: rgb(181,71,105); }
H1.HeaderClassName
{
color: #B54769;
}
.AnyTagClassName
{
color: #B54769;
}
</style>
background-color css
<style>
a { background-color: #B54769; }
a { background-color: rgb(181,71,105); }
div.DivClassName
{
background-color: #B54769;
}
.BgClassName
{
background-color: #B54769;
}
</style>
border-color css
<style>
span { border-color: #B54769; }
span { border-color: rgb(181,71,105); }
td.TdClassName
{
border-color: #B54769;
}
.TagClassName
{
border-color: #B54769;
}
</style>