#B14F53

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

Shades of Hippie Pink #B14F53

Tints of Hippie Pink #B14F53

Color information

#B14F53 (or 0xB14F53) is unknown color: approx Hippie Pink. HEX triplet: B1, 4F and 53. RGB value is (177,79,83). Sum of RGB (Red+Green+Blue) = 177+79+83=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14F53 is #4EB0AC. Grayscale: #6C6C6C. Windows color (decimal): -5157037 or 5459889. OLE color: 5459889.

HSL color Cylindrical-coordinate representation of color #B14F53: hue angle of 357.55º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B14F53 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1777983-
CMYK00.550.530.31
HSL357.55º38.58%50.2%-
HSV(B)357.55º55.37%69.41%-
XYZ22.4915.5610-
YUV108.76113.47176.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 79 (31.25% from 255) = 23.30%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=52.21%
G=23.30%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177798300.550.530.31357.5538.5850.2
HexB14F53037351F1662732
Octal26111712306765375464762
Binary1011000110011111010011011011111010111111101100110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F53; }

 p { color: rgb(177,79,83); }

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

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

 a { background-color: rgb(177,79,83); }

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

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

 span { border-color: rgb(177,79,83); }

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