#B04E60

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

Shades of Hippie Pink #B04E60

Tints of Hippie Pink #B04E60

Color information

#B04E60 (or 0xB04E60) is unknown color: approx Hippie Pink. HEX triplet: B0, 4E and 60. RGB value is (176,78,96). Sum of RGB (Red+Green+Blue) = 176+78+96=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E60 is #4FB19F. Grayscale: #6D6D6D. Windows color (decimal): -5222816 or 6311600. OLE color: 6311600.

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

Color convert

RGB1767896-
CMYK00.560.450.31
HSL348.98º38.58%49.8%-
HSV(B)348.98º55.68%69.02%-
XYZ22.7415.5212.86-
YUV109.35120.47175.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=50.29%
G=22.29%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176789600.560.450.31348.9838.5849.8
HexB04E600382D1F15d2732
Octal26011614007055375354762
Binary1011000010011101100000011100010110111111101011101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E60; }

 p { color: rgb(176,78,96); }

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

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

 a { background-color: rgb(176,78,96); }

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

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

 span { border-color: rgb(176,78,96); }

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