#B54446

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

Shades of Hippie Pink #B54446

Tints of Hippie Pink #B54446

Color information

#B54446 (or 0xB54446) is unknown color: approx Hippie Pink. HEX triplet: B5, 44 and 46. RGB value is (181,68,70). Sum of RGB (Red+Green+Blue) = 181+68+70=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B54446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54446 is #4ABBB9. Grayscale: #666666. Windows color (decimal): -4897722 or 4605109. OLE color: 4605109.

HSL color Cylindrical-coordinate representation of color #B54446: hue angle of 358.94º 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 #B54446 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1816870-
CMYK00.620.610.29
HSL358.94º45.38%48.82%-
HSV(B)358.94º62.43%70.98%-
XYZ22.2314.47.4-
YUV102.02109.94184.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=56.74%
G=21.32%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181687000.620.610.29358.9445.3848.82
HexB5444603E3D1D1672d31
Octal26510410607675355475561
Binary1011010110001001000110011111011110111101101100111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54446; }

 p { color: rgb(181,68,70); }

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

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

 a { background-color: rgb(181,68,70); }

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

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

 span { border-color: rgb(181,68,70); }

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