#B34452

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

Shades of Hippie Pink #B34452

Tints of Hippie Pink #B34452

Color information

#B34452 (or 0xB34452) is unknown color: approx Hippie Pink. HEX triplet: B3, 44 and 52. RGB value is (179,68,82). Sum of RGB (Red+Green+Blue) = 179+68+82=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B34452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34452 is #4CBBAD. Grayscale: #666666. Windows color (decimal): -5028782 or 5391539. OLE color: 5391539.

HSL color Cylindrical-coordinate representation of color #B34452: hue angle of 352.43º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34452 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1796882-
CMYK00.620.540.30
HSL352.43º44.94%48.43%-
HSV(B)352.43º62.01%70.2%-
XYZ22.1814.339.58-
YUV102.78116.27182.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=54.41%
G=20.67%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179688200.620.540.30352.4344.9448.43
HexB3445203E361E1602d30
Octal26310412207666365405560
Binary1011001110001001010010011111011011011110101100000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34452; }

 p { color: rgb(179,68,82); }

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

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

 a { background-color: rgb(179,68,82); }

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

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

 span { border-color: rgb(179,68,82); }

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