#B2575B

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

Shades of Hippie Pink #B2575B

Tints of Hippie Pink #B2575B

Color information

#B2575B (or 0xB2575B) is unknown color: approx Hippie Pink. HEX triplet: B2, 57 and 5B. RGB value is (178,87,91). Sum of RGB (Red+Green+Blue) = 178+87+91=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2575B is #4DA8A4. Grayscale: #727272. Windows color (decimal): -5089445 or 5986226. OLE color: 5986226.

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

Color convert

RGB1788791-
CMYK00.510.490.30
HSL357.36º37.14%51.96%-
HSV(B)357.36º51.12%69.8%-
XYZ23.6617.0411.94-
YUV114.66114.65173.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=50%
G=24.44%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178879100.510.490.30357.3637.1451.96
HexB2575B033311E1652534
Octal26212713306361365454564
Binary1011001010101111011011011001111000111110101100101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2575B; }

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

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

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

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

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

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

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

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