#B23D54

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

Shades of Hippie Pink #B23D54

Tints of Hippie Pink #B23D54

Color information

#B23D54 (or 0xB23D54) is unknown color: approx Hippie Pink. HEX triplet: B2, 3D and 54. RGB value is (178,61,84). Sum of RGB (Red+Green+Blue) = 178+61+84=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D54 is #4DC2AB. Grayscale: #626262. Windows color (decimal): -5096108 or 5520818. OLE color: 5520818.

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

Color convert

RGB1786184-
CMYK00.660.530.30
HSL348.21º48.95%46.86%-
HSV(B)348.21º65.73%69.8%-
XYZ21.6313.449.84-
YUV98.6119.76184.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 61 (24.22% from 255) = 18.89%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=55.11%
G=18.89%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178618400.660.530.30348.2148.9546.86
HexB23D54042351E15c312f
Octal26275124010265365346157
Binary1011001011110110101000100001011010111110101011100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23D54; }

 p { color: rgb(178,61,84); }

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

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

 a { background-color: rgb(178,61,84); }

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

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

 span { border-color: rgb(178,61,84); }

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