#B54752

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

Shades of Hippie Pink #B54752

Tints of Hippie Pink #B54752

Color information

#B54752 (or 0xB54752) is unknown color: approx Hippie Pink. HEX triplet: B5, 47 and 52. RGB value is (181,71,82). Sum of RGB (Red+Green+Blue) = 181+71+82=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B54752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54752 is #4AB8AD. Grayscale: #696969. Windows color (decimal): -4896942 or 5392309. OLE color: 5392309.

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

Color convert

RGB1817182-
CMYK00.610.550.29
HSL354º43.65%49.41%-
HSV(B)354º60.77%70.98%-
XYZ22.8314.949.66-
YUV105.14114.94182.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=54.19%
G=21.26%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181718200.610.550.2935443.6549.41
HexB5475203D371D1622c31
Octal26510712207567355425461
Binary1011010110001111010010011110111011111101101100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54752; }

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

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

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

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

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

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

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

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