#B14858

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

Shades of Hippie Pink #B14858

Tints of Hippie Pink #B14858

Color information

#B14858 (or 0xB14858) is unknown color: approx Hippie Pink. HEX triplet: B1, 48 and 58. RGB value is (177,72,88). Sum of RGB (Red+Green+Blue) = 177+72+88=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B14858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14858 is #4EB7A7. Grayscale: #696969. Windows color (decimal): -5158824 or 5785777. OLE color: 5785777.

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

Color convert

RGB1777288-
CMYK00.590.500.31
HSL350.86º42.17%48.82%-
HSV(B)350.86º59.32%69.41%-
XYZ22.2114.6910.9-
YUV105.22118.29179.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=52.52%
G=21.36%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177728800.590.500.31350.8642.1748.82
HexB1485803B321F15f2a31
Octal26111013007362375375261
Binary1011000110010001011000011101111001011111101011111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14858; }

 p { color: rgb(177,72,88); }

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

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

 a { background-color: rgb(177,72,88); }

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

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

 span { border-color: rgb(177,72,88); }

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