#B54E6A

Color #B54E6A Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #B54E6A

Tints of Blush #B54E6A

Color information

#B54E6A (or 0xB54E6A) is unknown color: approx Blush. HEX triplet: B5, 4E and 6A. RGB value is (181,78,106). Sum of RGB (Red+Green+Blue) = 181+78+106=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E6A is #4AB195. Grayscale: #6F6F6F. Windows color (decimal): -4895126 or 6966965. OLE color: 6966965.

HSL color Cylindrical-coordinate representation of color #B54E6A: hue angle of 343.69º 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 #B54E6A is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18178106-
CMYK00.570.410.29
HSL343.69º41.04%50.78%-
HSV(B)343.69º56.91%70.98%-
XYZ24.3816.3115.5-
YUV111.99124.62177.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=49.59%
G=21.37%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817810600.570.410.29343.6941.0450.78
HexB54E6A039291D1582933
Octal26511615207151355305163
Binary1011010110011101101010011100110100111101101011000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E6A; }

 p { color: rgb(181,78,106); }

 H1.HeaderClassName
 {
   color: #B54E6A;
 }
 .AnyTagClassName
 {
   color: #B54E6A;
 }
</style>
background-color css

<style>
 a { background-color: #B54E6A; }

 a { background-color: rgb(181,78,106); }

 div.DivClassName
 {
   background-color: #B54E6A;
 }
 .BgClassName
 {
   background-color: #B54E6A;
 }
</style>
border-color css

<style>
 span { border-color: #B54E6A; }

 span { border-color: rgb(181,78,106); }

 td.TdClassName
 {
   border-color: #B54E6A;
 }
 .TagClassName
 {
   border-color: #B54E6A;
 }
</style>