#B14D4E

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

Shades of Hippie Pink #B14D4E

Tints of Hippie Pink #B14D4E

Color information

#B14D4E (or 0xB14D4E) is unknown color: approx Hippie Pink. HEX triplet: B1, 4D and 4E. RGB value is (177,77,78). Sum of RGB (Red+Green+Blue) = 177+77+78=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D4E is #4EB2B1. Grayscale: #6B6B6B. Windows color (decimal): -5157554 or 5131697. OLE color: 5131697.

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

Color convert

RGB1777778-
CMYK00.560.560.31
HSL359.4º39.37%49.8%-
HSV(B)359.4º56.5%69.41%-
XYZ22.1615.28.97-
YUV107.01111.63177.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=53.31%
G=23.19%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177777800.560.560.31359.439.3749.8
HexB14D4E038381F1672732
Octal26111511607070375474762
Binary1011000110011011001110011100011100011111101100111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D4E; }

 p { color: rgb(177,77,78); }

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

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

 a { background-color: rgb(177,77,78); }

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

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

 span { border-color: rgb(177,77,78); }

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