#B1485E

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

Shades of Hippie Pink #B1485E

Tints of Hippie Pink #B1485E

Color information

#B1485E (or 0xB1485E) is unknown color: approx Hippie Pink. HEX triplet: B1, 48 and 5E. RGB value is (177,72,94). Sum of RGB (Red+Green+Blue) = 177+72+94=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B1485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1485E is #4EB7A1. Grayscale: #696969. Windows color (decimal): -5158818 or 6178993. OLE color: 6178993.

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

Color convert

RGB1777294-
CMYK00.590.470.31
HSL347.43º42.17%48.82%-
HSV(B)347.43º59.32%69.41%-
XYZ22.4714.7912.26-
YUV105.9121.29178.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=51.60%
G=20.99%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177729400.590.470.31347.4342.1748.82
HexB1485E03B2F1F15b2a31
Octal26111013607357375335261
Binary1011000110010001011110011101110111111111101011011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1485E; }

 p { color: rgb(177,72,94); }

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

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

 a { background-color: rgb(177,72,94); }

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

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

 span { border-color: rgb(177,72,94); }

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