#B34E6B

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

Shades of Blush #B34E6B

Tints of Blush #B34E6B

Color information

#B34E6B (or 0xB34E6B) is unknown color: approx Blush. HEX triplet: B3, 4E and 6B. RGB value is (179,78,107). Sum of RGB (Red+Green+Blue) = 179+78+107=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34E6B is #4CB194. Grayscale: #6F6F6F. Windows color (decimal): -5026197 or 7032499. OLE color: 7032499.

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

Color convert

RGB17978107-
CMYK00.560.400.30
HSL342.77º39.92%50.39%-
HSV(B)342.77º56.42%70.2%-
XYZ23.9716.0915.75-
YUV111.5125.46176.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=49.18%
G=21.43%
B=29.40%

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
Decimal1797810700.560.400.30342.7739.9250.39
HexB34E6B038281E1572832
Octal26311615307050365275062
Binary1011001110011101101011011100010100011110101010111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E6B; }

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

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

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

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

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

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

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

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