#B4536A

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

Shades of Blush #B4536A

Tints of Blush #B4536A

Color information

#B4536A (or 0xB4536A) is unknown color: approx Blush. HEX triplet: B4, 53 and 6A. RGB value is (180,83,106). Sum of RGB (Red+Green+Blue) = 180+83+106=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4536A is #4BAC95. Grayscale: #727272. Windows color (decimal): -4959382 or 6968244. OLE color: 6968244.

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

Color convert

RGB18083106-
CMYK00.540.410.29
HSL345.77º39.27%51.57%-
HSV(B)345.77º53.89%70.59%-
XYZ24.5216.9315.61-
YUV114.62123.14174.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=48.78%
G=22.49%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808310600.540.410.29345.7739.2751.57
HexB4536A036291D15a2734
Octal26412315206651355324764
Binary1011010010100111101010011011010100111101101011010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4536A; }

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

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

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

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

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

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

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

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