#B04656

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

Shades of Hippie Pink #B04656

Tints of Hippie Pink #B04656

Color information

#B04656 (or 0xB04656) is unknown color: approx Hippie Pink. HEX triplet: B0, 46 and 56. RGB value is (176,70,86). Sum of RGB (Red+Green+Blue) = 176+70+86=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B04656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04656 is #4FB9A9. Grayscale: #676767. Windows color (decimal): -5224874 or 5654192. OLE color: 5654192.

HSL color Cylindrical-coordinate representation of color #B04656: hue angle of 350.94º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04656 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1767086-
CMYK00.600.510.31
HSL350.94º43.09%48.24%-
HSV(B)350.94º60.23%69.02%-
XYZ21.7714.2810.41-
YUV103.52118.12179.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.01%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=53.01%
G=21.08%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176708600.600.510.31350.9443.0948.24
HexB0465603C331F15f2b30
Octal26010612607463375375360
Binary1011000010001101010110011110011001111111101011111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04656; }

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

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

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

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

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

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

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

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