#B14455

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

Shades of Hippie Pink #B14455

Tints of Hippie Pink #B14455

Color information

#B14455 (or 0xB14455) is unknown color: approx Hippie Pink. HEX triplet: B1, 44 and 55. RGB value is (177,68,85). Sum of RGB (Red+Green+Blue) = 177+68+85=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B14455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14455 is #4EBBAA. Grayscale: #666666. Windows color (decimal): -5159851 or 5588145. OLE color: 5588145.

HSL color Cylindrical-coordinate representation of color #B14455: hue angle of 350.64º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14455 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1776885-
CMYK00.620.520.31
HSL350.64º44.49%48.04%-
HSV(B)350.64º61.58%69.41%-
XYZ21.8414.1410.17-
YUV102.53118.11181.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=53.64%
G=20.61%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177688500.620.520.31350.6444.4948.04
HexB1445503E341F15f2c30
Octal26110412507664375375460
Binary1011000110001001010101011111011010011111101011111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14455; }

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

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

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

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

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

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

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

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