#B64458

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

Shades of Hippie Pink #B64458

Tints of Hippie Pink #B64458

Color information

#B64458 (or 0xB64458) is unknown color: approx Hippie Pink. HEX triplet: B6, 44 and 58. RGB value is (182,68,88). Sum of RGB (Red+Green+Blue) = 182+68+88=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B64458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64458 is #49BBA7. Grayscale: #686868. Windows color (decimal): -4832168 or 5784758. OLE color: 5784758.

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

Color convert

RGB1826888-
CMYK00.630.520.29
HSL349.47º45.6%49.02%-
HSV(B)349.47º62.64%71.37%-
XYZ23.1214.7810.87-
YUV104.37118.77183.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=53.85%
G=20.12%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182688800.630.520.29349.4745.649.02
HexB6445803F341D15d2e31
Octal26610413007764355355661
Binary1011011010001001011000011111111010011101101011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64458; }

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

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

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

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

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

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

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

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