#B2415D

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

Shades of Hippie Pink #B2415D

Tints of Hippie Pink #B2415D

Color information

#B2415D (or 0xB2415D) is unknown color: approx Hippie Pink. HEX triplet: B2, 41 and 5D. RGB value is (178,65,93). Sum of RGB (Red+Green+Blue) = 178+65+93=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2415D is #4DBEA2. Grayscale: #656565. Windows color (decimal): -5095075 or 6111666. OLE color: 6111666.

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

Color convert

RGB1786593-
CMYK00.630.480.30
HSL345.13º46.5%47.65%-
HSV(B)345.13º63.48%69.8%-
XYZ22.2314.0411.89-
YUV101.98122.94182.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=52.98%
G=19.35%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178659300.630.480.30345.1346.547.65
HexB2415D03F301E1592f30
Octal26210113507760365315760
Binary1011001010000011011101011111111000011110101011001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2415D; }

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

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

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

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

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

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

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

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