#B55465

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

Shades of Blush #B55465

Tints of Blush #B55465

Color information

#B55465 (or 0xB55465) is unknown color: approx Blush. HEX triplet: B5, 54 and 65. RGB value is (181,84,101). Sum of RGB (Red+Green+Blue) = 181+84+101=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B55465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55465 is #4AAB9A. Grayscale: #727272. Windows color (decimal): -4893595 or 6640821. OLE color: 6640821.

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

Color convert

RGB18184101-
CMYK00.540.440.29
HSL349.48º39.59%51.96%-
HSV(B)349.48º53.59%70.98%-
XYZ24.5817.114.32-
YUV114.94120.14175.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=49.45%
G=22.95%
B=27.60%

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
Decimal1818410100.540.440.29349.4839.5951.96
HexB554650362C1D15d2834
Octal26512414506654355355064
Binary1011010110101001100101011011010110011101101011101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55465; }

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

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

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

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

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

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

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

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