#B5575C

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

Shades of Blush #B5575C

Tints of Blush #B5575C

Color information

#B5575C (or 0xB5575C) is unknown color: approx Blush. HEX triplet: B5, 57 and 5C. RGB value is (181,87,92). Sum of RGB (Red+Green+Blue) = 181+87+92=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5575C is #4AA8A3. Grayscale: #737373. Windows color (decimal): -4892836 or 6051765. OLE color: 6051765.

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

Color convert

RGB1818792-
CMYK00.520.490.29
HSL356.81º38.84%52.55%-
HSV(B)356.81º51.93%70.98%-
XYZ24.417.4112.2-
YUV115.68114.64174.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.28%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=50.28%
G=24.17%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181879200.520.490.29356.8138.8452.55
HexB5575C034311D1652735
Octal26512713406461355454765
Binary1011010110101111011100011010011000111101101100101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5575C; }

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

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

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

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

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

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

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

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