#B34854

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

Shades of Hippie Pink #B34854

Tints of Hippie Pink #B34854

Color information

#B34854 (or 0xB34854) is unknown color: approx Hippie Pink. HEX triplet: B3, 48 and 54. RGB value is (179,72,84). Sum of RGB (Red+Green+Blue) = 179+72+84=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B34854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34854 is #4CB7AB. Grayscale: #696969. Windows color (decimal): -5027756 or 5523635. OLE color: 5523635.

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

Color convert

RGB1797284-
CMYK00.600.530.30
HSL353.27º42.63%49.22%-
HSV(B)353.27º59.78%70.2%-
XYZ22.5114.8610.07-
YUV105.36115.95180.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.43%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=53.43%
G=21.49%
B=25.07%

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
Decimal179728400.600.530.30353.2742.6349.22
HexB3485403C351E1612b31
Octal26311012407465365415361
Binary1011001110010001010100011110011010111110101100001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34854; }

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

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

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

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

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

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

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

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