#B34E66

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

Shades of Blush #B34E66

Tints of Blush #B34E66

Color information

#B34E66 (or 0xB34E66) is unknown color: approx Blush. HEX triplet: B3, 4E and 66. RGB value is (179,78,102). Sum of RGB (Red+Green+Blue) = 179+78+102=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34E66 is #4CB199. Grayscale: #6E6E6E. Windows color (decimal): -5026202 or 6704819. OLE color: 6704819.

HSL color Cylindrical-coordinate representation of color #B34E66: hue angle of 345.74º 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 #B34E66 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB17978102-
CMYK00.560.430.30
HSL345.74º39.92%50.39%-
HSV(B)345.74º56.42%70.2%-
XYZ23.7115.9914.41-
YUV110.93122.96176.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=49.86%
G=21.73%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797810200.560.430.30345.7439.9250.39
HexB34E660382B1E15a2832
Octal26311614607053365325062
Binary1011001110011101100110011100010101111110101011010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E66; }

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

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

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

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

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

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

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

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