#B44F5E

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

Shades of Blush #B44F5E

Tints of Blush #B44F5E

Color information

#B44F5E (or 0xB44F5E) is unknown color: approx Blush. HEX triplet: B4, 4F and 5E. RGB value is (180,79,94). Sum of RGB (Red+Green+Blue) = 180+79+94=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44F5E is #4BB0A1. Grayscale: #6E6E6E. Windows color (decimal): -4960418 or 6180788. OLE color: 6180788.

HSL color Cylindrical-coordinate representation of color #B44F5E: hue angle of 351.09º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B44F5E is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1807994-
CMYK00.560.480.29
HSL351.09º40.24%50.78%-
HSV(B)351.09º56.11%70.59%-
XYZ23.6416.112.45-
YUV110.91118.46177.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=50.99%
G=22.38%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180799400.560.480.29351.0940.2450.78
HexB44F5E038301D15f2833
Octal26411713607060355375063
Binary1011010010011111011110011100011000011101101011111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F5E; }

 p { color: rgb(180,79,94); }

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

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

 a { background-color: rgb(180,79,94); }

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

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

 span { border-color: rgb(180,79,94); }

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