#B55461

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

Shades of Blush #B55461

Tints of Blush #B55461

Color information

#B55461 (or 0xB55461) is unknown color: approx Blush. HEX triplet: B5, 54 and 61. RGB value is (181,84,97). Sum of RGB (Red+Green+Blue) = 181+84+97=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B55461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55461 is #4AAB9E. Grayscale: #727272. Windows color (decimal): -4893599 or 6378677. OLE color: 6378677.

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

Color convert

RGB1818497-
CMYK00.540.460.29
HSL351.96º39.59%51.96%-
HSV(B)351.96º53.59%70.98%-
XYZ24.3817.0313.31-
YUV114.48118.14175.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=50%
G=23.20%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181849700.540.460.29351.9639.5951.96
HexB554610362E1D1602834
Octal26512414106656355405064
Binary1011010110101001100001011011010111011101101100000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55461; }

 p { color: rgb(181,84,97); }

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

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

 a { background-color: rgb(181,84,97); }

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

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

 span { border-color: rgb(181,84,97); }

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