#B46065

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

Shades of Blush #B46065

Tints of Blush #B46065

Color information

#B46065 (or 0xB46065) is unknown color: approx Blush. HEX triplet: B4, 60 and 65. RGB value is (180,96,101). Sum of RGB (Red+Green+Blue) = 180+96+101=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B46065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46065 is #4B9F9A. Grayscale: #797979. Windows color (decimal): -4956059 or 6643892. OLE color: 6643892.

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

Color convert

RGB18096101-
CMYK00.470.440.29
HSL356.43º35.9%54.12%-
HSV(B)356.43º46.67%70.59%-
XYZ25.3519.0114.64-
YUV121.69116.33169.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=47.75%
G=25.46%
B=26.79%

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
Decimal1809610100.470.440.29356.4335.954.12
HexB4606502F2C1D1642436
Octal26414014505754355444466
Binary1011010011000001100101010111110110011101101100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46065; }

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

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

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

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

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

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

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

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