#B55A62

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

Shades of Blush #B55A62

Tints of Blush #B55A62

Color information

#B55A62 (or 0xB55A62) is unknown color: approx Blush. HEX triplet: B5, 5A and 62. RGB value is (181,90,98). Sum of RGB (Red+Green+Blue) = 181+90+98=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A62 is #4AA59D. Grayscale: #767676. Windows color (decimal): -4892062 or 6445749. OLE color: 6445749.

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

Color convert

RGB1819098-
CMYK00.500.460.29
HSL354.73º38.08%53.14%-
HSV(B)354.73º50.28%70.98%-
XYZ24.9218.0213.72-
YUV118.12116.65172.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=49.05%
G=24.39%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181909800.500.460.29354.7338.0853.14
HexB55A620322E1D1632635
Octal26513214206256355434665
Binary1011010110110101100010011001010111011101101100011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A62; }

 p { color: rgb(181,90,98); }

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

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

 a { background-color: rgb(181,90,98); }

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

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

 span { border-color: rgb(181,90,98); }

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