#B33E57

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

Shades of Hippie Pink #B33E57

Tints of Hippie Pink #B33E57

Color information

#B33E57 (or 0xB33E57) is unknown color: approx Hippie Pink. HEX triplet: B3, 3E and 57. RGB value is (179,62,87). Sum of RGB (Red+Green+Blue) = 179+62+87=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33E57 is #4CC1A8. Grayscale: #636363. Windows color (decimal): -5030313 or 5717683. OLE color: 5717683.

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

Color convert

RGB1796287-
CMYK00.650.510.30
HSL347.18º48.55%47.25%-
HSV(B)347.18º65.36%70.2%-
XYZ22.0313.7210.5-
YUV99.83120.76184.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.57%
GREEN value IS 62 (24.61% from 255) = 18.90%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=54.57%
G=18.90%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179628700.650.510.30347.1848.5547.25
HexB33E57041331E15b312f
Octal26376127010163365336157
Binary1011001111111010101110100000111001111110101011011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E57; }

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

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

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

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

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

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

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

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