#B2525E

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

Shades of Hippie Pink #B2525E

Tints of Hippie Pink #B2525E

Color information

#B2525E (or 0xB2525E) is unknown color: approx Hippie Pink. HEX triplet: B2, 52 and 5E. RGB value is (178,82,94). Sum of RGB (Red+Green+Blue) = 178+82+94=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2525E is #4DADA1. Grayscale: #707070. Windows color (decimal): -5090722 or 6181554. OLE color: 6181554.

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

Color convert

RGB1788294-
CMYK00.540.470.30
HSL352.5º38.4%50.98%-
HSV(B)352.5º53.93%69.8%-
XYZ23.416.3112.5-
YUV112.07117.8175.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=50.28%
G=23.16%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178829400.540.470.30352.538.450.98
HexB2525E0362F1E1602633
Octal26212213606657365404663
Binary1011001010100101011110011011010111111110101100000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2525E; }

 p { color: rgb(178,82,94); }

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

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

 a { background-color: rgb(178,82,94); }

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

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

 span { border-color: rgb(178,82,94); }

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