#B1415C

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

Shades of Hippie Pink #B1415C

Tints of Hippie Pink #B1415C

Color information

#B1415C (or 0xB1415C) is unknown color: approx Hippie Pink. HEX triplet: B1, 41 and 5C. RGB value is (177,65,92). Sum of RGB (Red+Green+Blue) = 177+65+92=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1415C is #4EBEA3. Grayscale: #656565. Windows color (decimal): -5160612 or 6046129. OLE color: 6046129.

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

Color convert

RGB1776592-
CMYK00.630.480.31
HSL345.54º46.28%47.45%-
HSV(B)345.54º63.28%69.41%-
XYZ21.9513.911.65-
YUV101.57122.61181.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=52.99%
G=19.46%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177659200.630.480.31345.5446.2847.45
HexB1415C03F301F15a2e2f
Octal26110113407760375325657
Binary1011000110000011011100011111111000011111101011010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1415C; }

 p { color: rgb(177,65,92); }

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

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

 a { background-color: rgb(177,65,92); }

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

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

 span { border-color: rgb(177,65,92); }

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