#B64556

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

Shades of Hippie Pink #B64556

Tints of Hippie Pink #B64556

Color information

#B64556 (or 0xB64556) is unknown color: approx Hippie Pink. HEX triplet: B6, 45 and 56. RGB value is (182,69,86). Sum of RGB (Red+Green+Blue) = 182+69+86=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B64556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64556 is #49BAA9. Grayscale: #686868. Windows color (decimal): -4831914 or 5653942. OLE color: 5653942.

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

Color convert

RGB1826986-
CMYK00.620.530.29
HSL350.97º45.02%49.22%-
HSV(B)350.97º62.09%71.37%-
XYZ23.114.8710.46-
YUV104.72117.44183.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=54.01%
G=20.47%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182698600.620.530.29350.9745.0249.22
HexB6455603E351D15f2d31
Octal26610512607665355375561
Binary1011011010001011010110011111011010111101101011111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64556; }

 p { color: rgb(182,69,86); }

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

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

 a { background-color: rgb(182,69,86); }

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

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

 span { border-color: rgb(182,69,86); }

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