#b34b68

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

Shades of Blush #B34B68

Tints of Blush #B34B68

Color information

#B34B68 (or 0xB34B68) is unknown color: approx Blush. HEX triplet: B3, 4B and 68. RGB value is (179,75,104). Sum of RGB (Red+Green+Blue) = 179+75+104=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34B68 is #4CB497. Grayscale: #6D6D6D. Windows color (decimal): -5026968 or 6835123. OLE color: 6835123.

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

Color convert

RGB17975104-
CMYK00.580.420.30
HSL343.27º40.94%49.8%-
HSV(B)343.27º58.1%70.2%-
XYZ23.6115.6214.87-
YUV109.4124.96177.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=50%
G=20.95%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797510400.580.420.30343.2740.9449.8
HexB34B6803A2A1E1572932
Octal26311315007252365275162
Binary1011001110010111101000011101010101011110101010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b34b68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b34b68; }

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

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

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

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

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

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

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

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