#B4536F

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

Shades of Blush #B4536F

Tints of Blush #B4536F

Color information

#B4536F (or 0xB4536F) is unknown color: approx Blush. HEX triplet: B4, 53 and 6F. RGB value is (180,83,111). Sum of RGB (Red+Green+Blue) = 180+83+111=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4536F is #4BAC90. Grayscale: #737373. Windows color (decimal): -4959377 or 7295924. OLE color: 7295924.

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

Color convert

RGB18083111-
CMYK00.540.380.29
HSL342.68º39.27%51.57%-
HSV(B)342.68º53.89%70.59%-
XYZ24.7817.0417.02-
YUV115.2125.64174.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 83 (32.81% from 255) = 22.19%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=48.13%
G=22.19%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808311100.540.380.29342.6839.2751.57
HexB4536F036261D1572734
Octal26412315706646355274764
Binary1011010010100111101111011011010011011101101010111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4536F; }

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

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

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

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

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

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

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

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