Shades of Blush #B54765
Tints of Blush #B54765
RGB
CMYK
RGB Variations
Color information
#B54765 (or 0xB54765) is known color: Blush. HEX triplet: B5, 47 and 65. RGB value is (181,71,101). Sum of RGB (Red+Green+Blue) = 181+71+101=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B54765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54765 is #4AB89A. Grayscale: #6B6B6B. Windows color (decimal): -4896923 or 6637493. OLE color: 6637493.
HSL color Cylindrical-coordinate representation of color #B54765: hue angle of 343.64º 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 #B54765 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 101 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.29 |
| HSL | 343.64º | 0.44% | 0.49% | - |
| HSV(B) | 343.64º | 0.61% | 0.71% | - |
| XYZ | 23.66 | 15.27 | 14.01 | - |
| YUV | 107.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 101 | 0 | 0.61 | 0.44 | 0.29 | 343.64 | 0.44 | 0.49 |
| Hex | B5 | 47 | 65 | 0 | 3D | 2C | 1D | 158 | 2C | 31 |
| Octal | 265 | 107 | 145 | 0 | 75 | 54 | 35 | 530 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1100101 | 0 | 111101 | 101100 | 11101 | 101011000 | 101100 | 110001 |
Color Harmonies of #B54765
Complementary color
Monochromatic Colors of #B54765
Black with #B54765
Text Example
Text Example
White with #B54765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54765; }
p { color: rgb(181,71,101); }
H1.HeaderClassName
{
color: #B54765;
}
.AnyTagClassName
{
color: #B54765;
}
</style>
background-color css
<style>
a { background-color: #B54765; }
a { background-color: rgb(181,71,101); }
div.DivClassName
{
background-color: #B54765;
}
.BgClassName
{
background-color: #B54765;
}
</style>
border-color css
<style>
span { border-color: #B54765; }
span { border-color: rgb(181,71,101); }
td.TdClassName
{
border-color: #B54765;
}
.TagClassName
{
border-color: #B54765;
}
</style>