#b54952

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

Shades of Hippie Pink #B54952

Tints of Hippie Pink #B54952

Color information

#B54952 (or 0xB54952) is unknown color: approx Hippie Pink. HEX triplet: B5, 49 and 52. RGB value is (181,73,82). Sum of RGB (Red+Green+Blue) = 181+73+82=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B54952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54952 is #4AB6AD. Grayscale: #6A6A6A. Windows color (decimal): -4896430 or 5392821. OLE color: 5392821.

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

Color convert

RGB1817382-
CMYK00.600.550.29
HSL355º42.52%49.8%-
HSV(B)355º59.67%70.98%-
XYZ22.9615.29.71-
YUV106.32114.28181.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=53.87%
G=21.73%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181738200.600.550.2935542.5249.8
HexB5495203C371D1632b32
Octal26511112207467355435362
Binary1011010110010011010010011110011011111101101100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54952; }

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

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

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

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

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

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

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

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