#B46064

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

Shades of Blush #B46064

Tints of Blush #B46064

Color information

#B46064 (or 0xB46064) is unknown color: approx Blush. HEX triplet: B4, 60 and 64. RGB value is (180,96,100). Sum of RGB (Red+Green+Blue) = 180+96+100=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B46064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46064 is #4B9F9B. Grayscale: #797979. Windows color (decimal): -4956060 or 6578356. OLE color: 6578356.

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

Color convert

RGB18096100-
CMYK00.470.440.29
HSL357.14º35.9%54.12%-
HSV(B)357.14º46.67%70.59%-
XYZ25.3118.9914.39-
YUV121.57115.83169.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=47.87%
G=25.53%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809610000.470.440.29357.1435.954.12
HexB4606402F2C1D1652436
Octal26414014405754355454466
Binary1011010011000001100100010111110110011101101100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46064; }

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

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

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

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

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

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

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

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