#B2555C

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

Shades of Hippie Pink #B2555C

Tints of Hippie Pink #B2555C

Color information

#B2555C (or 0xB2555C) is unknown color: approx Hippie Pink. HEX triplet: B2, 55 and 5C. RGB value is (178,85,92). Sum of RGB (Red+Green+Blue) = 178+85+92=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2555C is #4DAAA3. Grayscale: #717171. Windows color (decimal): -5089956 or 6051250. OLE color: 6051250.

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

Color convert

RGB1788592-
CMYK00.520.480.30
HSL355.48º37.65%51.57%-
HSV(B)355.48º52.25%69.8%-
XYZ23.5416.7312.11-
YUV113.6115.81173.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=50.14%
G=23.94%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178859200.520.480.30355.4837.6551.57
HexB2555C034301E1632634
Octal26212513406460365434664
Binary1011001010101011011100011010011000011110101100011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2555C; }

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

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

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

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

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

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

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

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