#B14A5F

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

Shades of Hippie Pink #B14A5F

Tints of Hippie Pink #B14A5F

Color information

#B14A5F (or 0xB14A5F) is unknown color: approx Hippie Pink. HEX triplet: B1, 4A and 5F. RGB value is (177,74,95). Sum of RGB (Red+Green+Blue) = 177+74+95=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14A5F is #4EB5A0. Grayscale: #6B6B6B. Windows color (decimal): -5158305 or 6245041. OLE color: 6245041.

HSL color Cylindrical-coordinate representation of color #B14A5F: hue angle of 347.77º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14A5F is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1777495-
CMYK00.580.460.31
HSL347.77º41.04%49.22%-
HSV(B)347.77º58.19%69.41%-
XYZ22.6515.0712.54-
YUV107.19121.12177.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=51.16%
G=21.39%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177749500.580.460.31347.7741.0449.22
HexB14A5F03A2E1F15c2931
Octal26111213707256375345161
Binary1011000110010101011111011101010111011111101011100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A5F; }

 p { color: rgb(177,74,95); }

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

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

 a { background-color: rgb(177,74,95); }

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

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

 span { border-color: rgb(177,74,95); }

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