#B14952

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

Shades of Hippie Pink #B14952

Tints of Hippie Pink #B14952

Color information

#B14952 (or 0xB14952) is unknown color: approx Hippie Pink. HEX triplet: B1, 49 and 52. RGB value is (177,73,82). Sum of RGB (Red+Green+Blue) = 177+73+82=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B14952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14952 is #4EB6AD. Grayscale: #696969. Windows color (decimal): -5158574 or 5392817. OLE color: 5392817.

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

Color convert

RGB1777382-
CMYK00.590.540.31
HSL354.81º41.6%49.02%-
HSV(B)354.81º58.76%69.41%-
XYZ22.0414.729.66-
YUV105.12114.96179.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=53.31%
G=21.99%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177738200.590.540.31354.8141.649.02
HexB1495203B361F1632a31
Octal26111112207366375435261
Binary1011000110010011010010011101111011011111101100011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14952; }

 p { color: rgb(177,73,82); }

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

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

 a { background-color: rgb(177,73,82); }

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

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

 span { border-color: rgb(177,73,82); }

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