#b23f51

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

Shades of Hippie Pink #B23F51

Tints of Hippie Pink #B23F51

Color information

#B23F51 (or 0xB23F51) is unknown color: approx Hippie Pink. HEX triplet: B2, 3F and 51. RGB value is (178,63,81). Sum of RGB (Red+Green+Blue) = 178+63+81=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F51 is #4DC0AE. Grayscale: #636363. Windows color (decimal): -5095599 or 5324722. OLE color: 5324722.

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

Color convert

RGB1786381-
CMYK00.650.540.30
HSL350.61º47.72%47.25%-
HSV(B)350.61º64.61%69.8%-
XYZ21.6213.619.27-
YUV99.44117.6184.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.28%
GREEN value IS 63 (25% from 255) = 19.57%
BLUE value IS 81 (32.03% from 255) = 25.16%
R=55.28%
G=19.57%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178638100.650.540.30350.6147.7247.25
HexB23F51041361E15f302f
Octal26277121010166365376057
Binary1011001011111110100010100000111011011110101011111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23f51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23f51; }

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

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

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

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

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

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

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

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