#B14450

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

Shades of Hippie Pink #B14450

Tints of Hippie Pink #B14450

Color information

#B14450 (or 0xB14450) is unknown color: approx Hippie Pink. HEX triplet: B1, 44 and 50. RGB value is (177,68,80). Sum of RGB (Red+Green+Blue) = 177+68+80=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B14450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14450 is #4EBBAF. Grayscale: #666666. Windows color (decimal): -5159856 or 5260465. OLE color: 5260465.

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

Color convert

RGB1776880-
CMYK00.620.550.31
HSL353.39º44.49%48.04%-
HSV(B)353.39º61.58%69.41%-
XYZ21.6514.069.16-
YUV101.96115.61181.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=54.46%
G=20.92%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177688000.620.550.31353.3944.4948.04
HexB1445003E371F1612c30
Octal26110412007667375415460
Binary1011000110001001010000011111011011111111101100001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14450; }

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

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

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

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

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

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

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

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