#B55663

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

Shades of Blush #B55663

Tints of Blush #B55663

Color information

#B55663 (or 0xB55663) is unknown color: approx Blush. HEX triplet: B5, 56 and 63. RGB value is (181,86,99). Sum of RGB (Red+Green+Blue) = 181+86+99=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B55663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55663 is #4AA99C. Grayscale: #737373. Windows color (decimal): -4893085 or 6510261. OLE color: 6510261.

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

Color convert

RGB1818699-
CMYK00.520.450.29
HSL351.79º39.09%52.35%-
HSV(B)351.79º52.49%70.98%-
XYZ24.6417.3813.86-
YUV115.89118.47174.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=49.45%
G=23.50%
B=27.05%

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
Decimal181869900.520.450.29351.7939.0952.35
HexB556630342D1D1602734
Octal26512614306455355404764
Binary1011010110101101100011011010010110111101101100000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55663; }

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

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

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

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

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

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

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

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