#B46172

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

Shades of Blush #B46172

Tints of Blush #B46172

Color information

#B46172 (or 0xB46172) is unknown color: approx Blush. HEX triplet: B4, 61 and 72. RGB value is (180,97,114). Sum of RGB (Red+Green+Blue) = 180+97+114=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B46172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46172 is #4B9E8D. Grayscale: #7B7B7B. Windows color (decimal): -4955790 or 7496116. OLE color: 7496116.

HSL color Cylindrical-coordinate representation of color #B46172: hue angle of 347.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46172 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18097114-
CMYK00.460.370.29
HSL347.71º35.62%54.31%-
HSV(B)347.71º46.11%70.59%-
XYZ26.1319.4718.3-
YUV123.76122.5168.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=46.04%
G=24.81%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809711400.460.370.29347.7135.6254.31
HexB4617202E251D15c2436
Octal26414116205645355344466
Binary1011010011000011110010010111010010111101101011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46172; }

 p { color: rgb(180,97,114); }

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

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

 a { background-color: rgb(180,97,114); }

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

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

 span { border-color: rgb(180,97,114); }

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