#B46171

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

Shades of Blush #B46171

Tints of Blush #B46171

Color information

#B46171 (or 0xB46171) is unknown color: approx Blush. HEX triplet: B4, 61 and 71. RGB value is (180,97,113). Sum of RGB (Red+Green+Blue) = 180+97+113=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B46171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46171 is #4B9E8E. Grayscale: #7B7B7B. Windows color (decimal): -4955791 or 7430580. OLE color: 7430580.

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

Color convert

RGB18097113-
CMYK00.460.370.29
HSL348.43º35.62%54.31%-
HSV(B)348.43º46.11%70.59%-
XYZ26.0819.4418-
YUV123.64122168.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=46.15%
G=24.87%
B=28.97%

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
Decimal1809711300.460.370.29348.4335.6254.31
HexB4617102E251D15c2436
Octal26414116105645355344466
Binary1011010011000011110001010111010010111101101011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46171; }

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

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

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

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

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

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

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

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