#B55A5E

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

Shades of Blush #B55A5E

Tints of Blush #B55A5E

Color information

#B55A5E (or 0xB55A5E) is unknown color: approx Blush. HEX triplet: B5, 5A and 5E. RGB value is (181,90,94). Sum of RGB (Red+Green+Blue) = 181+90+94=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A5E is #4AA5A1. Grayscale: #757575. Windows color (decimal): -4892066 or 6183605. OLE color: 6183605.

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

Color convert

RGB1819094-
CMYK00.500.480.29
HSL357.36º38.08%53.14%-
HSV(B)357.36º50.28%70.98%-
XYZ24.7317.9412.75-
YUV117.66114.65173.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 94 (37.11% from 255) = 25.75%
R=49.59%
G=24.66%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181909400.500.480.29357.3638.0853.14
HexB55A5E032301D1652635
Octal26513213606260355454665
Binary1011010110110101011110011001011000011101101100101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A5E; }

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

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

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

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

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

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

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

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