#B1485C

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

Shades of Hippie Pink #B1485C

Tints of Hippie Pink #B1485C

Color information

#B1485C (or 0xB1485C) is unknown color: approx Hippie Pink. HEX triplet: B1, 48 and 5C. RGB value is (177,72,92). Sum of RGB (Red+Green+Blue) = 177+72+92=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1485C is #4EB7A3. Grayscale: #696969. Windows color (decimal): -5158820 or 6047921. OLE color: 6047921.

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

Color convert

RGB1777292-
CMYK00.590.480.31
HSL348.57º42.17%48.82%-
HSV(B)348.57º59.32%69.41%-
XYZ22.3814.7511.79-
YUV105.67120.29178.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=51.91%
G=21.11%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177729200.590.480.31348.5742.1748.82
HexB1485C03B301F15d2a31
Octal26111013407360375355261
Binary1011000110010001011100011101111000011111101011101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1485C; }

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

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

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

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

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

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

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

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