#B4536E

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

Shades of Blush #B4536E

Tints of Blush #B4536E

Color information

#B4536E (or 0xB4536E) is unknown color: approx Blush. HEX triplet: B4, 53 and 6E. RGB value is (180,83,110). Sum of RGB (Red+Green+Blue) = 180+83+110=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4536E is #4BAC91. Grayscale: #737373. Windows color (decimal): -4959378 or 7230388. OLE color: 7230388.

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

Color convert

RGB18083110-
CMYK00.540.390.29
HSL343.3º39.27%51.57%-
HSV(B)343.3º53.89%70.59%-
XYZ24.7317.0216.73-
YUV115.08125.14174.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=48.26%
G=22.25%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808311000.540.390.29343.339.2751.57
HexB4536E036271D1572734
Octal26412315606647355274764
Binary1011010010100111101110011011010011111101101010111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4536E; }

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

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

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

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

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

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

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

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