#B34C60

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

Shades of Blush #B34C60

Tints of Blush #B34C60

Color information

#B34C60 (or 0xB34C60) is unknown color: approx Blush. HEX triplet: B3, 4C and 60. RGB value is (179,76,96). Sum of RGB (Red+Green+Blue) = 179+76+96=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34C60 is #4CB39F. Grayscale: #6D6D6D. Windows color (decimal): -5026720 or 6311091. OLE color: 6311091.

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

Color convert

RGB1797696-
CMYK00.580.460.30
HSL348.35º40.39%50%-
HSV(B)348.35º57.54%70.2%-
XYZ23.2915.612.85-
YUV109.08120.62177.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=51.00%
G=21.65%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179769600.580.460.30348.3540.3950
HexB34C6003A2E1E15c2832
Octal26311414007256365345062
Binary1011001110011001100000011101010111011110101011100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34C60; }

 p { color: rgb(179,76,96); }

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

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

 a { background-color: rgb(179,76,96); }

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

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

 span { border-color: rgb(179,76,96); }

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