#B46174

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

Shades of Blush #B46174

Tints of Blush #B46174

Color information

#B46174 (or 0xB46174) is unknown color: approx Blush. HEX triplet: B4, 61 and 74. RGB value is (180,97,116). Sum of RGB (Red+Green+Blue) = 180+97+116=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B46174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46174 is #4B9E8B. Grayscale: #7B7B7B. Windows color (decimal): -4955788 or 7627188. OLE color: 7627188.

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

Color convert

RGB18097116-
CMYK00.460.360.29
HSL346.27º35.62%54.31%-
HSV(B)346.27º46.11%70.59%-
XYZ26.2519.5118.91-
YUV123.98123.5167.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=45.80%
G=24.68%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809711600.460.360.29346.2735.6254.31
HexB4617402E241D15a2436
Octal26414116405644355324466
Binary1011010011000011110100010111010010011101101011010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46174; }

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

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

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

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

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

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

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

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