#B2525B

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

Shades of Hippie Pink #B2525B

Tints of Hippie Pink #B2525B

Color information

#B2525B (or 0xB2525B) is unknown color: approx Hippie Pink. HEX triplet: B2, 52 and 5B. RGB value is (178,82,91). Sum of RGB (Red+Green+Blue) = 178+82+91=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2525B is #4DADA4. Grayscale: #6F6F6F. Windows color (decimal): -5090725 or 5984946. OLE color: 5984946.

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

Color convert

RGB1788291-
CMYK00.540.490.30
HSL354.38º38.4%50.98%-
HSV(B)354.38º53.93%69.8%-
XYZ23.2716.2511.81-
YUV111.73116.3175.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.71%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=50.71%
G=23.36%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178829100.540.490.30354.3838.450.98
HexB2525B036311E1622633
Octal26212213306661365424663
Binary1011001010100101011011011011011000111110101100010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2525B; }

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

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

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

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

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

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

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

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