#B34A69

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

Shades of Blush #B34A69

Tints of Blush #B34A69

Color information

#B34A69 (or 0xB34A69) is unknown color: approx Blush. HEX triplet: B3, 4A and 69. RGB value is (179,74,105). Sum of RGB (Red+Green+Blue) = 179+74+105=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34A69 is #4CB596. Grayscale: #6C6C6C. Windows color (decimal): -5027223 or 6900403. OLE color: 6900403.

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

Color convert

RGB17974105-
CMYK00.590.410.30
HSL342.29º41.5%49.61%-
HSV(B)342.29º58.66%70.2%-
XYZ23.5915.515.11-
YUV108.93125.79177.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 20.67%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=50%
G=20.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797410500.590.410.30342.2941.549.61
HexB34A6903B291E1562a32
Octal26311215107351365265262
Binary1011001110010101101001011101110100111110101010110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A69; }

 p { color: rgb(179,74,105); }

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

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

 a { background-color: rgb(179,74,105); }

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

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

 span { border-color: rgb(179,74,105); }

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