#B55C5D

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

Shades of Blush #B55C5D

Tints of Blush #B55C5D

Color information

#B55C5D (or 0xB55C5D) is unknown color: approx Blush. HEX triplet: B5, 5C and 5D. RGB value is (181,92,93). Sum of RGB (Red+Green+Blue) = 181+92+93=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C5D is #4AA3A2. Grayscale: #767676. Windows color (decimal): -4891555 or 6118581. OLE color: 6118581.

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

Color convert

RGB1819293-
CMYK00.490.490.29
HSL359.33º37.55%53.53%-
HSV(B)359.33º49.17%70.98%-
XYZ24.8618.2712.57-
YUV118.72113.49172.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=49.45%
G=25.14%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181929300.490.490.29359.3337.5553.53
HexB55C5D031311D1672636
Octal26513413506161355474666
Binary1011010110111001011101011000111000111101101100111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C5D; }

 p { color: rgb(181,92,93); }

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

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

 a { background-color: rgb(181,92,93); }

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

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

 span { border-color: rgb(181,92,93); }

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