#B1495A

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

Shades of Hippie Pink #B1495A

Tints of Hippie Pink #B1495A

Color information

#B1495A (or 0xB1495A) is unknown color: approx Hippie Pink. HEX triplet: B1, 49 and 5A. RGB value is (177,73,90). Sum of RGB (Red+Green+Blue) = 177+73+90=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1495A is #4EB6A5. Grayscale: #6A6A6A. Windows color (decimal): -5158566 or 5917105. OLE color: 5917105.

HSL color Cylindrical-coordinate representation of color #B1495A: hue angle of 350.19º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1495A is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1777390-
CMYK00.590.490.31
HSL350.19º41.6%49.02%-
HSV(B)350.19º58.76%69.41%-
XYZ22.3614.8511.36-
YUV106.03118.96178.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=52.06%
G=21.47%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177739000.590.490.31350.1941.649.02
HexB1495A03B311F15e2a31
Octal26111113207361375365261
Binary1011000110010011011010011101111000111111101011110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1495A; }

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

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

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

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

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

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

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

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