#B2425B

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

Shades of Hippie Pink #B2425B

Tints of Hippie Pink #B2425B

Color information

#B2425B (or 0xB2425B) is unknown color: approx Hippie Pink. HEX triplet: B2, 42 and 5B. RGB value is (178,66,91). Sum of RGB (Red+Green+Blue) = 178+66+91=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2425B is #4DBDA4. Grayscale: #666666. Windows color (decimal): -5094821 or 5980850. OLE color: 5980850.

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

Color convert

RGB1786691-
CMYK00.630.490.30
HSL346.61º45.9%47.84%-
HSV(B)346.61º62.92%69.8%-
XYZ22.214.1211.45-
YUV102.34121.61181.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=53.13%
G=19.70%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178669100.630.490.30346.6145.947.84
HexB2425B03F311E15b2e30
Octal26210213307761365335660
Binary1011001010000101011011011111111000111110101011011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2425B; }

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

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

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

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

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

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

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

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