#B34D64

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

Shades of Blush #B34D64

Tints of Blush #B34D64

Color information

#B34D64 (or 0xB34D64) is unknown color: approx Blush. HEX triplet: B3, 4D and 64. RGB value is (179,77,100). Sum of RGB (Red+Green+Blue) = 179+77+100=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D64 is #4CB29B. Grayscale: #6E6E6E. Windows color (decimal): -5026460 or 6573491. OLE color: 6573491.

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

Color convert

RGB17977100-
CMYK00.570.440.30
HSL346.47º40.16%50.2%-
HSV(B)346.47º56.98%70.2%-
XYZ23.5415.8113.87-
YUV110.12122.29177.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 77 (30.47% from 255) = 21.63%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=50.28%
G=21.63%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797710000.570.440.30346.4740.1650.2
HexB34D640392C1E15a2832
Octal26311514407154365325062
Binary1011001110011011100100011100110110011110101011010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34D64; }

 p { color: rgb(179,77,100); }

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

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

 a { background-color: rgb(179,77,100); }

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

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

 span { border-color: rgb(179,77,100); }

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