#B34F5F

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

Shades of Blush #B34F5F

Tints of Blush #B34F5F

Color information

#B34F5F (or 0xB34F5F) is unknown color: approx Blush. HEX triplet: B3, 4F and 5F. RGB value is (179,79,95). Sum of RGB (Red+Green+Blue) = 179+79+95=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34F5F is #4CB0A0. Grayscale: #6E6E6E. Windows color (decimal): -5025953 or 6246323. OLE color: 6246323.

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

Color convert

RGB1797995-
CMYK00.560.470.30
HSL350.4º39.68%50.59%-
HSV(B)350.4º55.87%70.2%-
XYZ23.451612.68-
YUV110.72119.13176.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=50.71%
G=22.38%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179799500.560.470.30350.439.6850.59
HexB34F5F0382F1E15e2833
Octal26311713707057365365063
Binary1011001110011111011111011100010111111110101011110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34F5F; }

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

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

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

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

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

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

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

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