#B64457

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

Shades of Hippie Pink #B64457

Tints of Hippie Pink #B64457

Color information

#B64457 (or 0xB64457) is unknown color: approx Hippie Pink. HEX triplet: B6, 44 and 57. RGB value is (182,68,87). Sum of RGB (Red+Green+Blue) = 182+68+87=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B64457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64457 is #49BBA8. Grayscale: #686868. Windows color (decimal): -4832169 or 5719222. OLE color: 5719222.

HSL color Cylindrical-coordinate representation of color #B64457: hue angle of 350º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64457 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1826887-
CMYK00.630.520.29
HSL350º45.6%49.02%-
HSV(B)350º62.64%71.37%-
XYZ23.0814.7710.65-
YUV104.25118.27183.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 87 (34.38% from 255) = 25.82%
R=54.01%
G=20.18%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182688700.630.520.2935045.649.02
HexB6445703F341D15e2e31
Octal26610412707764355365661
Binary1011011010001001010111011111111010011101101011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64457; }

 p { color: rgb(182,68,87); }

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

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

 a { background-color: rgb(182,68,87); }

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

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

 span { border-color: rgb(182,68,87); }

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