#B04E55

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

Shades of Hippie Pink #B04E55

Tints of Hippie Pink #B04E55

Color information

#B04E55 (or 0xB04E55) is unknown color: approx Hippie Pink. HEX triplet: B0, 4E and 55. RGB value is (176,78,85). Sum of RGB (Red+Green+Blue) = 176+78+85=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E55 is #4FB1AA. Grayscale: #6C6C6C. Windows color (decimal): -5222827 or 5590704. OLE color: 5590704.

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

Color convert

RGB1767885-
CMYK00.560.520.31
HSL355.71º38.58%49.8%-
HSV(B)355.71º55.68%69.02%-
XYZ22.2715.3310.38-
YUV108.1114.97176.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=51.92%
G=23.01%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176788500.560.520.31355.7138.5849.8
HexB04E55038341F1642732
Octal26011612507064375444762
Binary1011000010011101010101011100011010011111101100100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E55; }

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

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

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

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

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

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

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

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