#B34753

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

Shades of Hippie Pink #B34753

Tints of Hippie Pink #B34753

Color information

#B34753 (or 0xB34753) is unknown color: approx Hippie Pink. HEX triplet: B3, 47 and 53. RGB value is (179,71,83). Sum of RGB (Red+Green+Blue) = 179+71+83=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B34753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34753 is #4CB8AC. Grayscale: #686868. Windows color (decimal): -5028013 or 5457843. OLE color: 5457843.

HSL color Cylindrical-coordinate representation of color #B34753: hue angle of 353.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34753 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1797183-
CMYK00.600.540.30
HSL353.33º43.2%49.02%-
HSV(B)353.33º60.34%70.2%-
XYZ22.414.719.84-
YUV104.66115.78181.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.75%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=53.75%
G=21.32%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179718300.600.540.30353.3343.249.02
HexB3475303C361E1612b31
Octal26310712307466365415361
Binary1011001110001111010011011110011011011110101100001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34753; }

 p { color: rgb(179,71,83); }

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

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

 a { background-color: rgb(179,71,83); }

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

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

 span { border-color: rgb(179,71,83); }

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