#B46365

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

Shades of Blush #B46365

Tints of Blush #B46365

Color information

#B46365 (or 0xB46365) is unknown color: approx Blush. HEX triplet: B4, 63 and 65. RGB value is (180,99,101). Sum of RGB (Red+Green+Blue) = 180+99+101=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B46365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46365 is #4B9C9A. Grayscale: #7B7B7B. Windows color (decimal): -4955291 or 6644660. OLE color: 6644660.

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

Color convert

RGB18099101-
CMYK00.450.440.29
HSL358.52º35.06%54.71%-
HSV(B)358.52º45%70.59%-
XYZ25.6319.5714.74-
YUV123.45115.34168.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=47.37%
G=26.05%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809910100.450.440.29358.5235.0654.71
HexB4636502D2C1D1672337
Octal26414314505554355474367
Binary1011010011000111100101010110110110011101101100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46365; }

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

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

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

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

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

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

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

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