#B54E6C

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

Shades of Blush #B54E6C

Tints of Blush #B54E6C

Color information

#B54E6C (or 0xB54E6C) is unknown color: approx Blush. HEX triplet: B5, 4E and 6C. RGB value is (181,78,108). Sum of RGB (Red+Green+Blue) = 181+78+108=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54E6C is #4AB193. Grayscale: #707070. Windows color (decimal): -4895124 or 7098037. OLE color: 7098037.

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

Color convert

RGB18178108-
CMYK00.570.400.29
HSL342.52º41.04%50.78%-
HSV(B)342.52º56.91%70.98%-
XYZ24.4916.3616.05-
YUV112.22125.62177.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=49.32%
G=21.25%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817810800.570.400.29342.5241.0450.78
HexB54E6C039281D1572933
Octal26511615407150355275163
Binary1011010110011101101100011100110100011101101010111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E6C; }

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

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

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

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

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

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

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

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