#B34A68

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

Shades of Blush #B34A68

Tints of Blush #B34A68

Color information

#B34A68 (or 0xB34A68) is unknown color: approx Blush. HEX triplet: B3, 4A and 68. RGB value is (179,74,104). Sum of RGB (Red+Green+Blue) = 179+74+104=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34A68 is #4CB597. Grayscale: #6C6C6C. Windows color (decimal): -5027224 or 6834867. OLE color: 6834867.

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

Color convert

RGB17974104-
CMYK00.590.420.30
HSL342.86º41.5%49.61%-
HSV(B)342.86º58.66%70.2%-
XYZ23.5415.4814.84-
YUV108.82125.29178.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.14%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=50.14%
G=20.73%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797410400.590.420.30342.8641.549.61
HexB34A6803B2A1E1572a32
Octal26311215007352365275262
Binary1011001110010101101000011101110101011110101010111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A68; }

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

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

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

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

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

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

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

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