#B23E55

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

Shades of Hippie Pink #B23E55

Tints of Hippie Pink #B23E55

Color information

#B23E55 (or 0xB23E55) is unknown color: approx Hippie Pink. HEX triplet: B2, 3E and 55. RGB value is (178,62,85). Sum of RGB (Red+Green+Blue) = 178+62+85=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E55 is #4DC1AA. Grayscale: #636363. Windows color (decimal): -5095851 or 5586610. OLE color: 5586610.

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

Color convert

RGB1786285-
CMYK00.650.520.30
HSL348.1º48.33%47.06%-
HSV(B)348.1º65.17%69.8%-
XYZ21.7213.5710.07-
YUV99.31119.93184.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 62 (24.61% from 255) = 19.08%
BLUE value IS 85 (33.59% from 255) = 26.15%
R=54.77%
G=19.08%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178628500.650.520.30348.148.3347.06
HexB23E55041341E15c302f
Octal26276125010164365346057
Binary1011001011111010101010100000111010011110101011100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23E55; }

 p { color: rgb(178,62,85); }

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

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

 a { background-color: rgb(178,62,85); }

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

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

 span { border-color: rgb(178,62,85); }

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