#B34C62

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

Shades of Blush #B34C62

Tints of Blush #B34C62

Color information

#B34C62 (or 0xB34C62) is unknown color: approx Blush. HEX triplet: B3, 4C and 62. RGB value is (179,76,98). Sum of RGB (Red+Green+Blue) = 179+76+98=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34C62 is #4CB39D. Grayscale: #6D6D6D. Windows color (decimal): -5026718 or 6442163. OLE color: 6442163.

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

Color convert

RGB1797698-
CMYK00.580.450.30
HSL347.18º40.39%50%-
HSV(B)347.18º57.54%70.2%-
XYZ23.3815.6313.34-
YUV109.3121.62177.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=50.71%
G=21.53%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179769800.580.450.30347.1840.3950
HexB34C6203A2D1E15b2832
Octal26311414207255365335062
Binary1011001110011001100010011101010110111110101011011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34C62; }

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

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

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

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

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

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

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

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