#B14855

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

Shades of Hippie Pink #B14855

Tints of Hippie Pink #B14855

Color information

#B14855 (or 0xB14855) is unknown color: approx Hippie Pink. HEX triplet: B1, 48 and 55. RGB value is (177,72,85). Sum of RGB (Red+Green+Blue) = 177+72+85=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B14855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14855 is #4EB7AA. Grayscale: #686868. Windows color (decimal): -5158827 or 5589169. OLE color: 5589169.

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

Color convert

RGB1777285-
CMYK00.590.520.31
HSL352.57º42.17%48.82%-
HSV(B)352.57º59.32%69.41%-
XYZ22.0914.6410.26-
YUV104.88116.79179.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 72 (28.52% from 255) = 21.56%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=52.99%
G=21.56%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177728500.590.520.31352.5742.1748.82
HexB1485503B341F1612a31
Octal26111012507364375415261
Binary1011000110010001010101011101111010011111101100001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14855; }

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

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

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

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

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

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

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

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