#B23F50

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

Shades of Hippie Pink #B23F50

Tints of Hippie Pink #B23F50

Color information

#B23F50 (or 0xB23F50) is unknown color: approx Hippie Pink. HEX triplet: B2, 3F and 50. RGB value is (178,63,80). Sum of RGB (Red+Green+Blue) = 178+63+80=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F50 is #4DC0AF. Grayscale: #636363. Windows color (decimal): -5095600 or 5259186. OLE color: 5259186.

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

Color convert

RGB1786380-
CMYK00.650.550.30
HSL351.13º47.72%47.25%-
HSV(B)351.13º64.61%69.8%-
XYZ21.5913.69.08-
YUV99.32117.1184.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.45%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=55.45%
G=19.63%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178638000.650.550.30351.1347.7247.25
HexB23F50041371E15f302f
Octal26277120010167365376057
Binary1011001011111110100000100000111011111110101011111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23F50; }

 p { color: rgb(178,63,80); }

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

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

 a { background-color: rgb(178,63,80); }

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

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

 span { border-color: rgb(178,63,80); }

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