#B34B53

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

Shades of Hippie Pink #B34B53

Tints of Hippie Pink #B34B53

Color information

#B34B53 (or 0xB34B53) is unknown color: approx Hippie Pink. HEX triplet: B3, 4B and 53. RGB value is (179,75,83). Sum of RGB (Red+Green+Blue) = 179+75+83=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34B53 is #4CB4AC. Grayscale: #6B6B6B. Windows color (decimal): -5026989 or 5458867. OLE color: 5458867.

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

Color convert

RGB1797583-
CMYK00.580.540.30
HSL355.38º40.94%49.8%-
HSV(B)355.38º58.1%70.2%-
XYZ22.6715.249.93-
YUV107.01114.46179.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.12%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=53.12%
G=22.26%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179758300.580.540.30355.3840.9449.8
HexB34B5303A361E1632932
Octal26311312307266365435162
Binary1011001110010111010011011101011011011110101100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B53; }

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

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

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

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

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

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

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

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