#B34E6C

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

Shades of Blush #B34E6C

Tints of Blush #B34E6C

Color information

#B34E6C (or 0xB34E6C) is unknown color: approx Blush. HEX triplet: B3, 4E and 6C. RGB value is (179,78,108). Sum of RGB (Red+Green+Blue) = 179+78+108=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34E6C is #4CB193. Grayscale: #6F6F6F. Windows color (decimal): -5026196 or 7098035. OLE color: 7098035.

HSL color Cylindrical-coordinate representation of color #B34E6C: hue angle of 342.18º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34E6C is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17978108-
CMYK00.560.400.30
HSL342.18º39.92%50.39%-
HSV(B)342.18º56.42%70.2%-
XYZ24.0216.1216.03-
YUV111.62125.96176.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=49.04%
G=21.37%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797810800.560.400.30342.1839.9250.39
HexB34E6C038281E1562832
Octal26311615407050365265062
Binary1011001110011101101100011100010100011110101010110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E6C; }

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

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

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

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

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

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

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

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