#B4525E

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

Shades of Blush #B4525E

Tints of Blush #B4525E

Color information

#B4525E (or 0xB4525E) is unknown color: approx Blush. HEX triplet: B4, 52 and 5E. RGB value is (180,82,94). Sum of RGB (Red+Green+Blue) = 180+82+94=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4525E is #4BADA1. Grayscale: #707070. Windows color (decimal): -4959650 or 6181556. OLE color: 6181556.

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

Color convert

RGB1808294-
CMYK00.540.480.29
HSL352.65º39.52%51.37%-
HSV(B)352.65º54.44%70.59%-
XYZ23.8616.5512.53-
YUV112.67117.47176.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=50.56%
G=23.03%
B=26.40%

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
Decimal180829400.540.480.29352.6539.5251.37
HexB4525E036301D1612833
Octal26412213606660355415063
Binary1011010010100101011110011011011000011101101100001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4525E; }

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

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

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

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

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

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

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

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