#B4536C

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

Shades of Blush #B4536C

Tints of Blush #B4536C

Color information

#B4536C (or 0xB4536C) is unknown color: approx Blush. HEX triplet: B4, 53 and 6C. RGB value is (180,83,108). Sum of RGB (Red+Green+Blue) = 180+83+108=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4536C is #4BAC93. Grayscale: #727272. Windows color (decimal): -4959380 or 7099316. OLE color: 7099316.

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

Color convert

RGB18083108-
CMYK00.540.400.29
HSL344.54º39.27%51.57%-
HSV(B)344.54º53.89%70.59%-
XYZ24.6216.9716.17-
YUV114.85124.14174.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=48.52%
G=22.37%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808310800.540.400.29344.5439.2751.57
HexB4536C036281D1592734
Octal26412315406650355314764
Binary1011010010100111101100011011010100011101101011001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4536C; }

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

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

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

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

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

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

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

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