#B44F5F

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

Shades of Blush #B44F5F

Tints of Blush #B44F5F

Color information

#B44F5F (or 0xB44F5F) is unknown color: approx Blush. HEX triplet: B4, 4F and 5F. RGB value is (180,79,95). Sum of RGB (Red+Green+Blue) = 180+79+95=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44F5F is #4BB0A0. Grayscale: #6F6F6F. Windows color (decimal): -4960417 or 6246324. OLE color: 6246324.

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

Color convert

RGB1807995-
CMYK00.560.470.29
HSL350.5º40.24%50.78%-
HSV(B)350.5º56.11%70.59%-
XYZ23.6816.1212.69-
YUV111.02118.96177.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.85%
GREEN value IS 79 (31.25% from 255) = 22.32%
BLUE value IS 95 (37.5% from 255) = 26.84%
R=50.85%
G=22.32%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180799500.560.470.29350.540.2450.78
HexB44F5F0382F1D15e2833
Octal26411713707057355365063
Binary1011010010011111011111011100010111111101101011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F5F; }

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

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

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

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

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

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

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

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