#B1415A

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

Shades of Hippie Pink #B1415A

Tints of Hippie Pink #B1415A

Color information

#B1415A (or 0xB1415A) is unknown color: approx Hippie Pink. HEX triplet: B1, 41 and 5A. RGB value is (177,65,90). Sum of RGB (Red+Green+Blue) = 177+65+90=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B1415A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1415A is #4EBEA5. Grayscale: #656565. Windows color (decimal): -5160614 or 5915057. OLE color: 5915057.

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

Color convert

RGB1776590-
CMYK00.630.490.31
HSL346.61º46.28%47.45%-
HSV(B)346.61º63.28%69.41%-
XYZ21.8713.8711.2-
YUV101.34121.61181.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=53.31%
G=19.58%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177659000.630.490.31346.6146.2847.45
HexB1415A03F311F15b2e2f
Octal26110113207761375335657
Binary1011000110000011011010011111111000111111101011011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1415A; }

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

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

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

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

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

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

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

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