#B34754

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

Shades of Hippie Pink #B34754

Tints of Hippie Pink #B34754

Color information

#B34754 (or 0xB34754) is unknown color: approx Hippie Pink. HEX triplet: B3, 47 and 54. RGB value is (179,71,84). Sum of RGB (Red+Green+Blue) = 179+71+84=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B34754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34754 is #4CB8AB. Grayscale: #686868. Windows color (decimal): -5028012 or 5523379. OLE color: 5523379.

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

Color convert

RGB1797184-
CMYK00.600.530.30
HSL352.78º43.2%49.02%-
HSV(B)352.78º60.34%70.2%-
XYZ22.4414.7310.05-
YUV104.77116.28180.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.59%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=53.59%
G=21.26%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179718400.600.530.30352.7843.249.02
HexB3475403C351E1612b31
Octal26310712407465365415361
Binary1011001110001111010100011110011010111110101100001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34754; }

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

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

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

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

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

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

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

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