#B64E58

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

Shades of Hippie Pink #B64E58

Tints of Hippie Pink #B64E58

Color information

#B64E58 (or 0xB64E58) is unknown color: approx Hippie Pink. HEX triplet: B6, 4E and 58. RGB value is (182,78,88). Sum of RGB (Red+Green+Blue) = 182+78+88=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E58 is #49B1A7. Grayscale: #6E6E6E. Windows color (decimal): -4829608 or 5787318. OLE color: 5787318.

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

Color convert

RGB1827888-
CMYK00.570.520.29
HSL354.23º41.6%50.98%-
HSV(B)354.23º57.14%71.37%-
XYZ23.7816.111.09-
YUV110.24115.46179.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=52.30%
G=22.41%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182788800.570.520.29354.2341.650.98
HexB64E58039341D1622a33
Octal26611613007164355425263
Binary1011011010011101011000011100111010011101101100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64E58; }

 p { color: rgb(182,78,88); }

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

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

 a { background-color: rgb(182,78,88); }

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

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

 span { border-color: rgb(182,78,88); }

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