#B46164

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

Shades of Blush #B46164

Tints of Blush #B46164

Color information

#B46164 (or 0xB46164) is unknown color: approx Blush. HEX triplet: B4, 61 and 64. RGB value is (180,97,100). Sum of RGB (Red+Green+Blue) = 180+97+100=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B46164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46164 is #4B9E9B. Grayscale: #7A7A7A. Windows color (decimal): -4955804 or 6578612. OLE color: 6578612.

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

Color convert

RGB18097100-
CMYK00.460.440.29
HSL357.83º35.62%54.31%-
HSV(B)357.83º46.11%70.59%-
XYZ25.419.1714.42-
YUV122.16115.5169.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=47.75%
G=25.73%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809710000.460.440.29357.8335.6254.31
HexB4616402E2C1D1662436
Octal26414114405654355464466
Binary1011010011000011100100010111010110011101101100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46164; }

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

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

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

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

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

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

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

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