#B46170

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

Shades of Blush #B46170

Tints of Blush #B46170

Color information

#B46170 (or 0xB46170) is unknown color: approx Blush. HEX triplet: B4, 61 and 70. RGB value is (180,97,112). Sum of RGB (Red+Green+Blue) = 180+97+112=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B46170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46170 is #4B9E8F. Grayscale: #7B7B7B. Windows color (decimal): -4955792 or 7365044. OLE color: 7365044.

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

Color convert

RGB18097112-
CMYK00.460.380.29
HSL349.16º35.62%54.31%-
HSV(B)349.16º46.11%70.59%-
XYZ26.0219.4217.71-
YUV123.53121.5168.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=46.27%
G=24.94%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809711200.460.380.29349.1635.6254.31
HexB4617002E261D15d2436
Octal26414116005646355354466
Binary1011010011000011110000010111010011011101101011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46170; }

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

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

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

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

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

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

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

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