#B04E51

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

Shades of Hippie Pink #B04E51

Tints of Hippie Pink #B04E51

Color information

#B04E51 (or 0xB04E51) is unknown color: approx Hippie Pink. HEX triplet: B0, 4E and 51. RGB value is (176,78,81). Sum of RGB (Red+Green+Blue) = 176+78+81=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E51 is #4FB1AE. Grayscale: #6B6B6B. Windows color (decimal): -5222831 or 5328560. OLE color: 5328560.

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

Color convert

RGB1767881-
CMYK00.560.540.31
HSL358.16º38.58%49.8%-
HSV(B)358.16º55.68%69.02%-
XYZ22.1115.279.57-
YUV107.64112.97176.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=52.54%
G=23.28%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176788100.560.540.31358.1638.5849.8
HexB04E51038361F1662732
Octal26011612107066375464762
Binary1011000010011101010001011100011011011111101100110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E51; }

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

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

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

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

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

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

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

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