#B1485D

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

Shades of Hippie Pink #B1485D

Tints of Hippie Pink #B1485D

Color information

#B1485D (or 0xB1485D) is unknown color: approx Hippie Pink. HEX triplet: B1, 48 and 5D. RGB value is (177,72,93). Sum of RGB (Red+Green+Blue) = 177+72+93=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1485D is #4EB7A2. Grayscale: #696969. Windows color (decimal): -5158819 or 6113457. OLE color: 6113457.

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

Color convert

RGB1777293-
CMYK00.590.470.31
HSL348º42.17%48.82%-
HSV(B)348º59.32%69.41%-
XYZ22.4214.7712.03-
YUV105.79120.79178.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=51.75%
G=21.05%
B=27.19%

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
Decimal177729300.590.470.3134842.1748.82
HexB1485D03B2F1F15c2a31
Octal26111013507357375345261
Binary1011000110010001011101011101110111111111101011100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1485D; }

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

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

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

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

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

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

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

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