#B04D56

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

Shades of Hippie Pink #B04D56

Tints of Hippie Pink #B04D56

Color information

#B04D56 (or 0xB04D56) is unknown color: approx Hippie Pink. HEX triplet: B0, 4D and 56. RGB value is (176,77,86). Sum of RGB (Red+Green+Blue) = 176+77+86=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D56 is #4FB2A9. Grayscale: #6B6B6B. Windows color (decimal): -5223082 or 5655984. OLE color: 5655984.

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

Color convert

RGB1767786-
CMYK00.560.510.31
HSL354.55º39.13%49.61%-
HSV(B)354.55º56.25%69.02%-
XYZ22.2415.2110.57-
YUV107.63115.8176.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=51.92%
G=22.71%
B=25.37%

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
Decimal176778600.560.510.31354.5539.1349.61
HexB04D56038331F1632732
Octal26011512607063375434762
Binary1011000010011011010110011100011001111111101100011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D56; }

 p { color: rgb(176,77,86); }

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

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

 a { background-color: rgb(176,77,86); }

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

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

 span { border-color: rgb(176,77,86); }

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