#B55365

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

Shades of Blush #B55365

Tints of Blush #B55365

Color information

#B55365 (or 0xB55365) is unknown color: approx Blush. HEX triplet: B5, 53 and 65. RGB value is (181,83,101). Sum of RGB (Red+Green+Blue) = 181+83+101=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B55365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55365 is #4AAC9A. Grayscale: #727272. Windows color (decimal): -4893851 or 6640565. OLE color: 6640565.

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

Color convert

RGB18183101-
CMYK00.540.440.29
HSL348.98º39.84%51.76%-
HSV(B)348.98º54.14%70.98%-
XYZ24.516.9514.29-
YUV114.35120.47175.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=49.59%
G=22.74%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818310100.540.440.29348.9839.8451.76
HexB553650362C1D15d2834
Octal26512314506654355355064
Binary1011010110100111100101011011010110011101101011101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55365; }

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

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

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

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

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

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

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

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