#B2455B

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

Shades of Hippie Pink #B2455B

Tints of Hippie Pink #B2455B

Color information

#B2455B (or 0xB2455B) is unknown color: approx Hippie Pink. HEX triplet: B2, 45 and 5B. RGB value is (178,69,91). Sum of RGB (Red+Green+Blue) = 178+69+91=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2455B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2455B is #4DBAA4. Grayscale: #686868. Windows color (decimal): -5094053 or 5981618. OLE color: 5981618.

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

Color convert

RGB1786991-
CMYK00.610.490.30
HSL347.89º44.13%48.43%-
HSV(B)347.89º61.24%69.8%-
XYZ22.3814.4811.51-
YUV104.1120.61180.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.66%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=52.66%
G=20.41%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178699100.610.490.30347.8944.1348.43
HexB2455B03D311E15c2c30
Octal26210513307561365345460
Binary1011001010001011011011011110111000111110101011100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2455B; }

 p { color: rgb(178,69,91); }

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

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

 a { background-color: rgb(178,69,91); }

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

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

 span { border-color: rgb(178,69,91); }

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