#B54849

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

Shades of Hippie Pink #B54849

Tints of Hippie Pink #B54849

Color information

#B54849 (or 0xB54849) is unknown color: approx Hippie Pink. HEX triplet: B5, 48 and 49. RGB value is (181,72,73). Sum of RGB (Red+Green+Blue) = 181+72+73=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B54849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54849 is #4AB7B6. Grayscale: #686868. Windows color (decimal): -4896695 or 4802741. OLE color: 4802741.

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

Color convert

RGB1817273-
CMYK00.600.600.29
HSL359.45º43.08%49.61%-
HSV(B)359.45º60.22%70.98%-
XYZ22.5814.948-
YUV104.7110.11182.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=55.52%
G=22.09%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181727300.600.600.29359.4543.0849.61
HexB5484903C3C1D1672b32
Octal26511011107474355475362
Binary1011010110010001001001011110011110011101101100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54849; }

 p { color: rgb(181,72,73); }

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

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

 a { background-color: rgb(181,72,73); }

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

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

 span { border-color: rgb(181,72,73); }

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