#B5545C

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

Shades of Blush #B5545C

Tints of Blush #B5545C

Color information

#B5545C (or 0xB5545C) is unknown color: approx Blush. HEX triplet: B5, 54 and 5C. RGB value is (181,84,92). Sum of RGB (Red+Green+Blue) = 181+84+92=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5545C is #4AABA3. Grayscale: #717171. Windows color (decimal): -4893604 or 6050997. OLE color: 6050997.

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

Color convert

RGB1818492-
CMYK00.540.490.29
HSL355.05º39.59%51.96%-
HSV(B)355.05º53.59%70.98%-
XYZ24.1616.9412.12-
YUV113.92115.64175.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=50.70%
G=23.53%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181849200.540.490.29355.0539.5951.96
HexB5545C036311D1632834
Octal26512413406661355435064
Binary1011010110101001011100011011011000111101101100011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5545C; }

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

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

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

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

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

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

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

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