Shades of Blush #B54E6B
Tints of Blush #B54E6B
RGB
CMYK
RGB Variations
Color information
#B54E6B (or 0xB54E6B) is known color: Blush. HEX triplet: B5, 4E and 6B. RGB value is (181,78,107). Sum of RGB (Red+Green+Blue) = 181+78+107=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E6B is #4AB194. Grayscale: #707070. Windows color (decimal): -4895125 or 7032501. OLE color: 7032501.
HSL color Cylindrical-coordinate representation of color #B54E6B: hue angle of 343.11º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54E6B is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 107 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.29 |
| HSL | 343.11º | 0.41% | 0.51% | - |
| HSV(B) | 343.11º | 0.57% | 0.71% | - |
| XYZ | 24.43 | 16.33 | 15.77 | - |
| YUV | 112.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 107 | 0 | 0.57 | 0.41 | 0.29 | 343.11 | 0.41 | 0.51 |
| Hex | B5 | 4E | 6B | 0 | 39 | 29 | 1D | 157 | 29 | 33 |
| Octal | 265 | 116 | 153 | 0 | 71 | 51 | 35 | 527 | 51 | 63 |
| Binary | 10110101 | 1001110 | 1101011 | 0 | 111001 | 101001 | 11101 | 101010111 | 101001 | 110011 |
Color Harmonies of #B54E6B
Complementary color
Monochromatic Colors of #B54E6B
Black with #B54E6B
Text Example
Text Example
White with #B54E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E6B; }
p { color: rgb(181,78,107); }
H1.HeaderClassName
{
color: #B54E6B;
}
.AnyTagClassName
{
color: #B54E6B;
}
</style>
background-color css
<style>
a { background-color: #B54E6B; }
a { background-color: rgb(181,78,107); }
div.DivClassName
{
background-color: #B54E6B;
}
.BgClassName
{
background-color: #B54E6B;
}
</style>
border-color css
<style>
span { border-color: #B54E6B; }
span { border-color: rgb(181,78,107); }
td.TdClassName
{
border-color: #B54E6B;
}
.TagClassName
{
border-color: #B54E6B;
}
</style>