#B14B5A

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

Shades of Hippie Pink #B14B5A

Tints of Hippie Pink #B14B5A

Color information

#B14B5A (or 0xB14B5A) is unknown color: approx Hippie Pink. HEX triplet: B1, 4B and 5A. RGB value is (177,75,90). Sum of RGB (Red+Green+Blue) = 177+75+90=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B5A is #4EB4A5. Grayscale: #6B6B6B. Windows color (decimal): -5158054 or 5917617. OLE color: 5917617.

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

Color convert

RGB1777590-
CMYK00.580.490.31
HSL351.18º40.48%49.41%-
HSV(B)351.18º57.63%69.41%-
XYZ22.4915.1211.41-
YUV107.21118.29177.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=51.75%
G=21.93%
B=26.32%

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
Decimal177759000.580.490.31351.1840.4849.41
HexB14B5A03A311F15f2831
Octal26111313207261375375061
Binary1011000110010111011010011101011000111111101011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B5A; }

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

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

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

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

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

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

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

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