#B4535D

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

Shades of Blush #B4535D

Tints of Blush #B4535D

Color information

#B4535D (or 0xB4535D) is unknown color: approx Blush. HEX triplet: B4, 53 and 5D. RGB value is (180,83,93). Sum of RGB (Red+Green+Blue) = 180+83+93=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4535D is #4BACA2. Grayscale: #717171. Windows color (decimal): -4959395 or 6116276. OLE color: 6116276.

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

Color convert

RGB1808393-
CMYK00.540.480.29
HSL353.81º39.27%51.57%-
HSV(B)353.81º53.89%70.59%-
XYZ23.8916.6812.32-
YUV113.14116.64175.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=50.56%
G=23.31%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180839300.540.480.29353.8139.2751.57
HexB4535D036301D1622734
Octal26412313506660355424764
Binary1011010010100111011101011011011000011101101100010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4535D; }

 p { color: rgb(180,83,93); }

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

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

 a { background-color: rgb(180,83,93); }

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

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

 span { border-color: rgb(180,83,93); }

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