#B55D6F

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

Shades of Blush #B55D6F

Tints of Blush #B55D6F

Color information

#B55D6F (or 0xB55D6F) is unknown color: approx Blush. HEX triplet: B5, 5D and 6F. RGB value is (181,93,111). Sum of RGB (Red+Green+Blue) = 181+93+111=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D6F is #4AA290. Grayscale: #797979. Windows color (decimal): -4891281 or 7298485. OLE color: 7298485.

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

Color convert

RGB18193111-
CMYK00.490.390.29
HSL347.73º37.29%53.73%-
HSV(B)347.73º48.62%70.98%-
XYZ25.8418.817.31-
YUV121.36122.15170.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=47.01%
G=24.16%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819311100.490.390.29347.7337.2953.73
HexB55D6F031271D15c2536
Octal26513515706147355344566
Binary1011010110111011101111011000110011111101101011100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D6F; }

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

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

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

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

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

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

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

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