#B54852

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

Shades of Hippie Pink #B54852

Tints of Hippie Pink #B54852

Color information

#B54852 (or 0xB54852) is unknown color: approx Hippie Pink. HEX triplet: B5, 48 and 52. RGB value is (181,72,82). Sum of RGB (Red+Green+Blue) = 181+72+82=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B54852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54852 is #4AB7AD. Grayscale: #696969. Windows color (decimal): -4896686 or 5392565. OLE color: 5392565.

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

Color convert

RGB1817282-
CMYK00.600.550.29
HSL354.5º43.08%49.61%-
HSV(B)354.5º60.22%70.98%-
XYZ22.915.079.68-
YUV105.73114.61181.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=54.03%
G=21.49%
B=24.48%

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
Decimal181728200.600.550.29354.543.0849.61
HexB5485203C371D1622b32
Octal26511012207467355425362
Binary1011010110010001010010011110011011111101101100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54852; }

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

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

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

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

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

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

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

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