#B54551

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

Shades of Hippie Pink #B54551

Tints of Hippie Pink #B54551

Color information

#B54551 (or 0xB54551) is unknown color: approx Hippie Pink. HEX triplet: B5, 45 and 51. RGB value is (181,69,81). Sum of RGB (Red+Green+Blue) = 181+69+81=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B54551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54551 is #4ABAAE. Grayscale: #676767. Windows color (decimal): -4897455 or 5326261. OLE color: 5326261.

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

Color convert

RGB1816981-
CMYK00.620.550.29
HSL353.57º44.8%49.02%-
HSV(B)353.57º61.88%70.98%-
XYZ22.6714.679.42-
YUV103.86115.11183.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=54.68%
G=20.85%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181698100.620.550.29353.5744.849.02
HexB5455103E371D1622d31
Octal26510512107667355425561
Binary1011010110001011010001011111011011111101101100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54551; }

 p { color: rgb(181,69,81); }

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

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

 a { background-color: rgb(181,69,81); }

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

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

 span { border-color: rgb(181,69,81); }

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