#B54650

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

Shades of Hippie Pink #B54650

Tints of Hippie Pink #B54650

Color information

#B54650 (or 0xB54650) is unknown color: approx Hippie Pink. HEX triplet: B5, 46 and 50. RGB value is (181,70,80). Sum of RGB (Red+Green+Blue) = 181+70+80=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B54650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54650 is #4AB9AF. Grayscale: #686868. Windows color (decimal): -4897200 or 5260981. OLE color: 5260981.

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

Color convert

RGB1817080-
CMYK00.610.560.29
HSL354.59º44.22%49.22%-
HSV(B)354.59º61.33%70.98%-
XYZ22.6914.789.25-
YUV104.33114.27182.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=54.68%
G=21.15%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181708000.610.560.29354.5944.2249.22
HexB5465003D381D1632c31
Octal26510612007570355435461
Binary1011010110001101010000011110111100011101101100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54650; }

 p { color: rgb(181,70,80); }

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

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

 a { background-color: rgb(181,70,80); }

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

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

 span { border-color: rgb(181,70,80); }

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