#B5525D

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

Shades of Blush #B5525D

Tints of Blush #B5525D

Color information

#B5525D (or 0xB5525D) is unknown color: approx Blush. HEX triplet: B5, 52 and 5D. RGB value is (181,82,93). Sum of RGB (Red+Green+Blue) = 181+82+93=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5525D is #4AADA2. Grayscale: #707070. Windows color (decimal): -4894115 or 6116021. OLE color: 6116021.

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

Color convert

RGB1818293-
CMYK00.550.490.29
HSL353.33º40.08%51.57%-
HSV(B)353.33º54.7%70.98%-
XYZ24.0516.6512.3-
YUV112.86116.8176.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=50.84%
G=23.03%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181829300.550.490.29353.3340.0851.57
HexB5525D037311D1612834
Octal26512213506761355415064
Binary1011010110100101011101011011111000111101101100001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5525D; }

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

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

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

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

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

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

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

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