#B04E57

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

Shades of Hippie Pink #B04E57

Tints of Hippie Pink #B04E57

Color information

#B04E57 (or 0xB04E57) is unknown color: approx Hippie Pink. HEX triplet: B0, 4E and 57. RGB value is (176,78,87). Sum of RGB (Red+Green+Blue) = 176+78+87=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E57 is #4FB1A8. Grayscale: #6C6C6C. Windows color (decimal): -5222825 or 5721776. OLE color: 5721776.

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

Color convert

RGB1767887-
CMYK00.560.510.31
HSL354.49º38.58%49.8%-
HSV(B)354.49º55.68%69.02%-
XYZ22.3515.3710.81-
YUV108.33115.97176.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=51.61%
G=22.87%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176788700.560.510.31354.4938.5849.8
HexB04E57038331F1622732
Octal26011612707063375424762
Binary1011000010011101010111011100011001111111101100010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E57; }

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

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

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

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

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

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

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

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