#B5555C

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

Shades of Blush #B5555C

Tints of Blush #B5555C

Color information

#B5555C (or 0xB5555C) is unknown color: approx Blush. HEX triplet: B5, 55 and 5C. RGB value is (181,85,92). Sum of RGB (Red+Green+Blue) = 181+85+92=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5555C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5555C is #4AAAA3. Grayscale: #727272. Windows color (decimal): -4893348 or 6051253. OLE color: 6051253.

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

Color convert

RGB1818592-
CMYK00.530.490.29
HSL355.62º39.34%52.16%-
HSV(B)355.62º53.04%70.98%-
XYZ24.2417.0912.15-
YUV114.5115.3175.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.56%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=50.56%
G=23.74%
B=25.70%

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
Decimal181859200.530.490.29355.6239.3452.16
HexB5555C035311D1642734
Octal26512513406561355444764
Binary1011010110101011011100011010111000111101101100100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5555C; }

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

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

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

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

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

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

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

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