#B34052

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

Shades of Hippie Pink #B34052

Tints of Hippie Pink #B34052

Color information

#B34052 (or 0xB34052) is unknown color: approx Hippie Pink. HEX triplet: B3, 40 and 52. RGB value is (179,64,82). Sum of RGB (Red+Green+Blue) = 179+64+82=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B34052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34052 is #4CBFAD. Grayscale: #646464. Windows color (decimal): -5029806 or 5390515. OLE color: 5390515.

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

Color convert

RGB1796482-
CMYK00.640.540.30
HSL350.61º47.33%47.65%-
HSV(B)350.61º64.25%70.2%-
XYZ21.9513.869.5-
YUV100.44117.6184.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.08%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 82 (32.42% from 255) = 25.23%
R=55.08%
G=19.69%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179648200.640.540.30350.6147.3347.65
HexB34052040361E15f2f30
Octal263100122010066365375760
Binary10110011100000010100100100000011011011110101011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34052; }

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

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

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

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

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

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

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

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