#B55664

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

Shades of Blush #B55664

Tints of Blush #B55664

Color information

#B55664 (or 0xB55664) is unknown color: approx Blush. HEX triplet: B5, 56 and 64. RGB value is (181,86,100). Sum of RGB (Red+Green+Blue) = 181+86+100=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B55664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55664 is #4AA99B. Grayscale: #747474. Windows color (decimal): -4893084 or 6575797. OLE color: 6575797.

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

Color convert

RGB18186100-
CMYK00.520.450.29
HSL351.16º39.09%52.35%-
HSV(B)351.16º52.49%70.98%-
XYZ24.6817.414.11-
YUV116118.97174.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=49.32%
G=23.43%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818610000.520.450.29351.1639.0952.35
HexB556640342D1D15f2734
Octal26512614406455355374764
Binary1011010110101101100100011010010110111101101011111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55664; }

 p { color: rgb(181,86,100); }

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

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

 a { background-color: rgb(181,86,100); }

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

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

 span { border-color: rgb(181,86,100); }

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