#B54F57

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

Shades of Hippie Pink #B54F57

Tints of Hippie Pink #B54F57

Color information

#B54F57 (or 0xB54F57) is unknown color: approx Hippie Pink. HEX triplet: B5, 4F and 57. RGB value is (181,79,87). Sum of RGB (Red+Green+Blue) = 181+79+87=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54F57 is #4AB0A8. Grayscale: #6E6E6E. Windows color (decimal): -4894889 or 5722037. OLE color: 5722037.

HSL color Cylindrical-coordinate representation of color #B54F57: hue angle of 355.29º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B54F57 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1817987-
CMYK00.560.520.29
HSL355.29º40.8%50.98%-
HSV(B)355.29º56.35%70.98%-
XYZ23.5716.110.88-
YUV110.41114.79178.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=52.16%
G=22.77%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181798700.560.520.29355.2940.850.98
HexB54F57038341D1632933
Octal26511712707064355435163
Binary1011010110011111010111011100011010011101101100011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54F57; }

 p { color: rgb(181,79,87); }

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

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

 a { background-color: rgb(181,79,87); }

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

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

 span { border-color: rgb(181,79,87); }

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