#B4525D

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

Shades of Blush #B4525D

Tints of Blush #B4525D

Color information

#B4525D (or 0xB4525D) is unknown color: approx Blush. HEX triplet: B4, 52 and 5D. RGB value is (180,82,93). Sum of RGB (Red+Green+Blue) = 180+82+93=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4525D is #4BADA2. Grayscale: #707070. Windows color (decimal): -4959651 or 6116020. OLE color: 6116020.

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

Color convert

RGB1808293-
CMYK00.540.480.29
HSL353.27º39.52%51.37%-
HSV(B)353.27º54.44%70.59%-
XYZ23.8216.5312.29-
YUV112.56116.97176.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=50.70%
G=23.10%
B=26.20%

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
Decimal180829300.540.480.29353.2739.5251.37
HexB4525D036301D1612833
Octal26412213506660355415063
Binary1011010010100101011101011011011000011101101100001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4525D; }

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

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

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

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

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

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

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

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