#B64050

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

Shades of Hippie Pink #B64050

Tints of Hippie Pink #B64050

Color information

#B64050 (or 0xB64050) is unknown color: approx Hippie Pink. HEX triplet: B6, 40 and 50. RGB value is (182,64,80). Sum of RGB (Red+Green+Blue) = 182+64+80=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B64050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64050 is #49BFAF. Grayscale: #656565. Windows color (decimal): -4833200 or 5259446. OLE color: 5259446.

HSL color Cylindrical-coordinate representation of color #B64050: hue angle of 351.86º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64050 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1826480-
CMYK00.650.560.29
HSL351.86º47.97%48.24%-
HSV(B)351.86º64.84%71.37%-
XYZ22.5714.199.14-
YUV101.11116.09185.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.83%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=55.83%
G=19.63%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182648000.650.560.29351.8647.9748.24
HexB64050041381D1603030
Octal266100120010170355406060
Binary10110110100000010100000100000111100011101101100000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64050; }

 p { color: rgb(182,64,80); }

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

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

 a { background-color: rgb(182,64,80); }

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

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

 span { border-color: rgb(182,64,80); }

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