#B55B65

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

Shades of Blush #B55B65

Tints of Blush #B55B65

Color information

#B55B65 (or 0xB55B65) is unknown color: approx Blush. HEX triplet: B5, 5B and 65. RGB value is (181,91,101). Sum of RGB (Red+Green+Blue) = 181+91+101=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B65 is #4AA49A. Grayscale: #777777. Windows color (decimal): -4891803 or 6642613. OLE color: 6642613.

HSL color Cylindrical-coordinate representation of color #B55B65: hue angle of 353.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55B65 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18191101-
CMYK00.500.440.29
HSL353.33º37.82%53.33%-
HSV(B)353.33º49.72%70.98%-
XYZ25.1518.2514.51-
YUV119.05117.82172.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 91 (35.94% from 255) = 24.40%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=48.53%
G=24.40%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819110100.500.440.29353.3337.8253.33
HexB55B650322C1D1612635
Octal26513314506254355414665
Binary1011010110110111100101011001010110011101101100001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B65; }

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

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

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

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

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

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

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

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