#B55368

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

Shades of Blush #B55368

Tints of Blush #B55368

Color information

#B55368 (or 0xB55368) is unknown color: approx Blush. HEX triplet: B5, 53 and 68. RGB value is (181,83,104). Sum of RGB (Red+Green+Blue) = 181+83+104=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B55368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55368 is #4AAC97. Grayscale: #727272. Windows color (decimal): -4893848 or 6837173. OLE color: 6837173.

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

Color convert

RGB18183104-
CMYK00.540.430.29
HSL347.14º39.84%51.76%-
HSV(B)347.14º54.14%70.98%-
XYZ24.6517.0115.08-
YUV114.7121.97175.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=49.18%
G=22.55%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818310400.540.430.29347.1439.8451.76
HexB553680362B1D15b2834
Octal26512315006653355335064
Binary1011010110100111101000011011010101111101101011011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55368; }

 p { color: rgb(181,83,104); }

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

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

 a { background-color: rgb(181,83,104); }

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

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

 span { border-color: rgb(181,83,104); }

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