#B55B69

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

Shades of Blush #B55B69

Tints of Blush #B55B69

Color information

#B55B69 (or 0xB55B69) is unknown color: approx Blush. HEX triplet: B5, 5B and 69. RGB value is (181,91,105). Sum of RGB (Red+Green+Blue) = 181+91+105=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55B69 is #4AA496. Grayscale: #777777. Windows color (decimal): -4891799 or 6904757. OLE color: 6904757.

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

Color convert

RGB18191105-
CMYK00.500.420.29
HSL350.67º37.82%53.33%-
HSV(B)350.67º49.72%70.98%-
XYZ25.3518.3315.57-
YUV119.51119.82171.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 91 (35.94% from 255) = 24.14%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=48.01%
G=24.14%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819110500.500.420.29350.6737.8253.33
HexB55B690322A1D15f2635
Octal26513315106252355374665
Binary1011010110110111101001011001010101011101101011111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B69; }

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

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

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

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

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

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

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

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