#B64548

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

Shades of Hippie Pink #B64548

Tints of Hippie Pink #B64548

Color information

#B64548 (or 0xB64548) is unknown color: approx Hippie Pink. HEX triplet: B6, 45 and 48. RGB value is (182,69,72). Sum of RGB (Red+Green+Blue) = 182+69+72=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B64548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64548 is #49BAB7. Grayscale: #676767. Windows color (decimal): -4831928 or 4736438. OLE color: 4736438.

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

Color convert

RGB1826972-
CMYK00.620.600.29
HSL358.41º45.02%49.22%-
HSV(B)358.41º62.09%71.37%-
XYZ22.5914.677.77-
YUV103.13110.44184.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=56.35%
G=21.36%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182697200.620.600.29358.4145.0249.22
HexB6454803E3C1D1662d31
Octal26610511007674355465561
Binary1011011010001011001000011111011110011101101100110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64548; }

 p { color: rgb(182,69,72); }

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

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

 a { background-color: rgb(182,69,72); }

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

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

 span { border-color: rgb(182,69,72); }

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