#B2415A

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

Shades of Hippie Pink #B2415A

Tints of Hippie Pink #B2415A

Color information

#B2415A (or 0xB2415A) is unknown color: approx Hippie Pink. HEX triplet: B2, 41 and 5A. RGB value is (178,65,90). Sum of RGB (Red+Green+Blue) = 178+65+90=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B2415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2415A is #4DBEA5. Grayscale: #656565. Windows color (decimal): -5095078 or 5915058. OLE color: 5915058.

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

Color convert

RGB1786590-
CMYK00.630.490.30
HSL346.73º46.5%47.65%-
HSV(B)346.73º63.48%69.8%-
XYZ22.113.9811.21-
YUV101.64121.44182.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.45%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 90 (35.55% from 255) = 27.03%
R=53.45%
G=19.52%
B=27.03%

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
Decimal178659000.630.490.30346.7346.547.65
HexB2415A03F311E15b2f30
Octal26210113207761365335760
Binary1011001010000011011010011111111000111110101011011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2415A; }

 p { color: rgb(178,65,90); }

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

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

 a { background-color: rgb(178,65,90); }

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

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

 span { border-color: rgb(178,65,90); }

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