#B55D68

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

Shades of Blush #B55D68

Tints of Blush #B55D68

Color information

#B55D68 (or 0xB55D68) is unknown color: approx Blush. HEX triplet: B5, 5D and 68. RGB value is (181,93,104). Sum of RGB (Red+Green+Blue) = 181+93+104=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D68 is #4AA297. Grayscale: #787878. Windows color (decimal): -4891288 or 6839733. OLE color: 6839733.

HSL color Cylindrical-coordinate representation of color #B55D68: hue angle of 352.5º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55D68 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18193104-
CMYK00.490.430.29
HSL352.5º37.29%53.73%-
HSV(B)352.5º48.62%70.98%-
XYZ25.4718.6515.35-
YUV120.57118.65171.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=47.88%
G=24.60%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819310400.490.430.29352.537.2953.73
HexB55D680312B1D1602536
Octal26513515006153355404566
Binary1011010110111011101000011000110101111101101100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D68; }

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

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

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

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

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

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

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

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