#B64C5D

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

Shades of Hippie Pink #B64C5D

Tints of Hippie Pink #B64C5D

Color information

#B64C5D (or 0xB64C5D) is unknown color: approx Hippie Pink. HEX triplet: B6, 4C and 5D. RGB value is (182,76,93). Sum of RGB (Red+Green+Blue) = 182+76+93=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C5D is #49B3A2. Grayscale: #6D6D6D. Windows color (decimal): -4830115 or 6114486. OLE color: 6114486.

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

Color convert

RGB1827693-
CMYK00.580.490.29
HSL350.38º42.06%50.59%-
HSV(B)350.38º58.24%71.37%-
XYZ23.8515.912.17-
YUV109.63118.62179.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=51.85%
G=21.65%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182769300.580.490.29350.3842.0650.59
HexB64C5D03A311D15e2a33
Octal26611413507261355365263
Binary1011011010011001011101011101011000111101101011110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C5D; }

 p { color: rgb(182,76,93); }

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

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

 a { background-color: rgb(182,76,93); }

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

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

 span { border-color: rgb(182,76,93); }

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