Shades of Blush #B54665
Tints of Blush #B54665
RGB
CMYK
RGB Variations
Color information
#B54665 (or 0xB54665) is known color: Blush. HEX triplet: B5, 46 and 65. RGB value is (181,70,101). Sum of RGB (Red+Green+Blue) = 181+70+101=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B54665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54665 is #4AB99A. Grayscale: #6A6A6A. Windows color (decimal): -4897179 or 6637237. OLE color: 6637237.
HSL color Cylindrical-coordinate representation of color #B54665: hue angle of 343.24º 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 #B54665 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 101 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.29 |
| HSL | 343.24º | 0.44% | 0.49% | - |
| HSV(B) | 343.24º | 0.61% | 0.71% | - |
| XYZ | 23.6 | 15.14 | 13.99 | - |
| YUV | 106.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 101 | 0 | 0.61 | 0.44 | 0.29 | 343.24 | 0.44 | 0.49 |
| Hex | B5 | 46 | 65 | 0 | 3D | 2C | 1D | 157 | 2C | 31 |
| Octal | 265 | 106 | 145 | 0 | 75 | 54 | 35 | 527 | 54 | 61 |
| Binary | 10110101 | 1000110 | 1100101 | 0 | 111101 | 101100 | 11101 | 101010111 | 101100 | 110001 |
Color Harmonies of #B54665
Complementary color
Monochromatic Colors of #B54665
Black with #B54665
Text Example
Text Example
White with #B54665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54665; }
p { color: rgb(181,70,101); }
H1.HeaderClassName
{
color: #B54665;
}
.AnyTagClassName
{
color: #B54665;
}
</style>
background-color css
<style>
a { background-color: #B54665; }
a { background-color: rgb(181,70,101); }
div.DivClassName
{
background-color: #B54665;
}
.BgClassName
{
background-color: #B54665;
}
</style>
border-color css
<style>
span { border-color: #B54665; }
span { border-color: rgb(181,70,101); }
td.TdClassName
{
border-color: #B54665;
}
.TagClassName
{
border-color: #B54665;
}
</style>