#B5545A

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

Shades of Hippie Pink #B5545A

Tints of Hippie Pink #B5545A

Color information

#B5545A (or 0xB5545A) is unknown color: approx Hippie Pink. HEX triplet: B5, 54 and 5A. RGB value is (181,84,90). Sum of RGB (Red+Green+Blue) = 181+84+90=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5545A is #4AABA5. Grayscale: #717171. Windows color (decimal): -4893606 or 5919925. OLE color: 5919925.

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

Color convert

RGB1818490-
CMYK00.540.500.29
HSL356.29º39.59%51.96%-
HSV(B)356.29º53.59%70.98%-
XYZ24.0716.911.67-
YUV113.69114.64176.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=50.99%
G=23.66%
B=25.35%

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
Decimal181849000.540.500.29356.2939.5951.96
HexB5545A036321D1642834
Octal26512413206662355445064
Binary1011010110101001011010011011011001011101101100100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5545A; }

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

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

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

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

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

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

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

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