#B14A5A

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

Shades of Hippie Pink #B14A5A

Tints of Hippie Pink #B14A5A

Color information

#B14A5A (or 0xB14A5A) is unknown color: approx Hippie Pink. HEX triplet: B1, 4A and 5A. RGB value is (177,74,90). Sum of RGB (Red+Green+Blue) = 177+74+90=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14A5A is #4EB5A5. Grayscale: #6A6A6A. Windows color (decimal): -5158310 or 5917361. OLE color: 5917361.

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

Color convert

RGB1777490-
CMYK00.580.490.31
HSL350.68º41.04%49.22%-
HSV(B)350.68º58.19%69.41%-
XYZ22.4314.9811.38-
YUV106.62118.62178.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=51.91%
G=21.70%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177749000.580.490.31350.6841.0449.22
HexB14A5A03A311F15f2931
Octal26111213207261375375161
Binary1011000110010101011010011101011000111111101011111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A5A; }

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

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

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

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

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

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

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

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