#B64B59

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

Shades of Hippie Pink #B64B59

Tints of Hippie Pink #B64B59

Color information

#B64B59 (or 0xB64B59) is unknown color: approx Hippie Pink. HEX triplet: B6, 4B and 59. RGB value is (182,75,89). Sum of RGB (Red+Green+Blue) = 182+75+89=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64B59 is #49B4A6. Grayscale: #6C6C6C. Windows color (decimal): -4830375 or 5852086. OLE color: 5852086.

HSL color Cylindrical-coordinate representation of color #B64B59: hue angle of 352.15º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64B59 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1827589-
CMYK00.590.510.29
HSL352.15º42.29%50.39%-
HSV(B)352.15º58.79%71.37%-
XYZ23.6115.711.24-
YUV108.59116.95180.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=52.60%
G=21.68%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182758900.590.510.29352.1542.2950.39
HexB64B5903B331D1602a32
Octal26611313107363355405262
Binary1011011010010111011001011101111001111101101100000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64B59; }

 p { color: rgb(182,75,89); }

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

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

 a { background-color: rgb(182,75,89); }

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

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

 span { border-color: rgb(182,75,89); }

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