#B14850

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

Shades of Hippie Pink #B14850

Tints of Hippie Pink #B14850

Color information

#B14850 (or 0xB14850) is unknown color: approx Hippie Pink. HEX triplet: B1, 48 and 50. RGB value is (177,72,80). Sum of RGB (Red+Green+Blue) = 177+72+80=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B14850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14850 is #4EB7AF. Grayscale: #686868. Windows color (decimal): -5158832 or 5261489. OLE color: 5261489.

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

Color convert

RGB1777280-
CMYK00.590.550.31
HSL355.43º42.17%48.82%-
HSV(B)355.43º59.32%69.41%-
XYZ21.914.569.25-
YUV104.31114.29179.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.80%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=53.80%
G=21.88%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177728000.590.550.31355.4342.1748.82
HexB1485003B371F1632a31
Octal26111012007367375435261
Binary1011000110010001010000011101111011111111101100011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14850; }

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

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

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

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

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

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

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

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