#B4546F

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

Shades of Blush #B4546F

Tints of Blush #B4546F

Color information

#B4546F (or 0xB4546F) is unknown color: approx Blush. HEX triplet: B4, 54 and 6F. RGB value is (180,84,111). Sum of RGB (Red+Green+Blue) = 180+84+111=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4546F is #4BAB90. Grayscale: #737373. Windows color (decimal): -4959121 or 7296180. OLE color: 7296180.

HSL color Cylindrical-coordinate representation of color #B4546F: hue angle of 343.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4546F is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18084111-
CMYK00.530.380.29
HSL343.12º39.02%51.76%-
HSV(B)343.12º53.33%70.59%-
XYZ24.8617.1917.05-
YUV115.78125.3173.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=48%
G=22.4%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808411100.530.380.29343.1239.0251.76
HexB4546F035261D1572734
Octal26412415706546355274764
Binary1011010010101001101111011010110011011101101010111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4546F; }

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

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

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

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

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

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

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

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