#B34560

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

Shades of Hippie Pink #B34560

Tints of Hippie Pink #B34560

Color information

#B34560 (or 0xB34560) is unknown color: approx Hippie Pink. HEX triplet: B3, 45 and 60. RGB value is (179,69,96). Sum of RGB (Red+Green+Blue) = 179+69+96=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B34560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34560 is #4CBA9F. Grayscale: #686868. Windows color (decimal): -5028512 or 6309299. OLE color: 6309299.

HSL color Cylindrical-coordinate representation of color #B34560: hue angle of 345.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34560 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB1796996-
CMYK00.610.460.30
HSL345.27º44.35%48.63%-
HSV(B)345.27º61.45%70.2%-
XYZ22.8314.6812.7-
YUV104.97122.94180.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=52.03%
G=20.06%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179699600.610.460.30345.2744.3548.63
HexB3456003D2E1E1592c31
Octal26310514007556365315461
Binary1011001110001011100000011110110111011110101011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34560; }

 p { color: rgb(179,69,96); }

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

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

 a { background-color: rgb(179,69,96); }

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

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

 span { border-color: rgb(179,69,96); }

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