#B14751

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

Shades of Hippie Pink #B14751

Tints of Hippie Pink #B14751

Color information

#B14751 (or 0xB14751) is unknown color: approx Hippie Pink. HEX triplet: B1, 47 and 51. RGB value is (177,71,81). Sum of RGB (Red+Green+Blue) = 177+71+81=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B14751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14751 is #4EB8AE. Grayscale: #676767. Windows color (decimal): -5159087 or 5326769. OLE color: 5326769.

HSL color Cylindrical-coordinate representation of color #B14751: hue angle of 354.34º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14751 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1777181-
CMYK00.600.540.31
HSL354.34º42.74%48.63%-
HSV(B)354.34º59.89%69.41%-
XYZ21.8714.459.42-
YUV103.83115.12180.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.80%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=53.80%
G=21.58%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177718100.600.540.31354.3442.7448.63
HexB1475103C361F1622b31
Octal26110712107466375425361
Binary1011000110001111010001011110011011011111101100010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14751; }

 p { color: rgb(177,71,81); }

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

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

 a { background-color: rgb(177,71,81); }

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

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

 span { border-color: rgb(177,71,81); }

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