#B5555D

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

Shades of Blush #B5555D

Tints of Blush #B5555D

Color information

#B5555D (or 0xB5555D) is unknown color: approx Blush. HEX triplet: B5, 55 and 5D. RGB value is (181,85,93). Sum of RGB (Red+Green+Blue) = 181+85+93=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5555D is #4AAAA2. Grayscale: #727272. Windows color (decimal): -4893347 or 6116789. OLE color: 6116789.

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

Color convert

RGB1818593-
CMYK00.530.490.29
HSL355º39.34%52.16%-
HSV(B)355º53.04%70.98%-
XYZ24.2817.1112.38-
YUV114.62115.8175.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.42%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=50.42%
G=23.68%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181859300.530.490.2935539.3452.16
HexB5555D035311D1632734
Octal26512513506561355434764
Binary1011010110101011011101011010111000111101101100011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5555D; }

 p { color: rgb(181,85,93); }

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

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

 a { background-color: rgb(181,85,93); }

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

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

 span { border-color: rgb(181,85,93); }

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