#B34057

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

Shades of Hippie Pink #B34057

Tints of Hippie Pink #B34057

Color information

#B34057 (or 0xB34057) is unknown color: approx Hippie Pink. HEX triplet: B3, 40 and 57. RGB value is (179,64,87). Sum of RGB (Red+Green+Blue) = 179+64+87=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B34057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34057 is #4CBFA8. Grayscale: #656565. Windows color (decimal): -5029801 or 5718195. OLE color: 5718195.

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

Color convert

RGB1796487-
CMYK00.640.510.30
HSL348º47.33%47.65%-
HSV(B)348º64.25%70.2%-
XYZ22.1413.9410.54-
YUV101.01120.1183.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.24%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=54.24%
G=19.39%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179648700.640.510.3034847.3347.65
HexB34057040331E15c2f30
Octal263100127010063365345760
Binary10110011100000010101110100000011001111110101011100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34057; }

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

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

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

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

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

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

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

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