#B5545B

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

Shades of Hippie Pink #B5545B

Tints of Hippie Pink #B5545B

Color information

#B5545B (or 0xB5545B) is unknown color: approx Hippie Pink. HEX triplet: B5, 54 and 5B. RGB value is (181,84,91). Sum of RGB (Red+Green+Blue) = 181+84+91=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5545B is #4AABA4. Grayscale: #717171. Windows color (decimal): -4893605 or 5985461. OLE color: 5985461.

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

Color convert

RGB1818491-
CMYK00.540.500.29
HSL355.67º39.59%51.96%-
HSV(B)355.67º53.59%70.98%-
XYZ24.1116.9211.89-
YUV113.8115.14175.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=50.84%
G=23.60%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181849100.540.500.29355.6739.5951.96
HexB5545B036321D1642834
Octal26512413306662355445064
Binary1011010110101001011011011011011001011101101100100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5545B; }

 p { color: rgb(181,84,91); }

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

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

 a { background-color: rgb(181,84,91); }

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

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

 span { border-color: rgb(181,84,91); }

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