#B33E59

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

Shades of Hippie Pink #B33E59

Tints of Hippie Pink #B33E59

Color information

#B33E59 (or 0xB33E59) is unknown color: approx Hippie Pink. HEX triplet: B3, 3E and 59. RGB value is (179,62,89). Sum of RGB (Red+Green+Blue) = 179+62+89=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33E59 is #4CC1A6. Grayscale: #646464. Windows color (decimal): -5030311 or 5848755. OLE color: 5848755.

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

Color convert

RGB1796289-
CMYK00.650.500.30
HSL346.15º48.55%47.25%-
HSV(B)346.15º65.36%70.2%-
XYZ22.1213.7510.94-
YUV100.06121.76184.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.24%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 89 (35.16% from 255) = 26.97%
R=54.24%
G=18.79%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179628900.650.500.30346.1548.5547.25
HexB33E59041321E15a312f
Octal26376131010162365326157
Binary1011001111111010110010100000111001011110101011010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E59; }

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

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

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

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

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

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

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

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