#B56365

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

Shades of Blush #B56365

Tints of Blush #B56365

Color information

#B56365 (or 0xB56365) is unknown color: approx Blush. HEX triplet: B5, 63 and 65. RGB value is (181,99,101). Sum of RGB (Red+Green+Blue) = 181+99+101=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B56365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56365 is #4A9C9A. Grayscale: #7B7B7B. Windows color (decimal): -4889755 or 6644661. OLE color: 6644661.

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

Color convert

RGB18199101-
CMYK00.450.440.29
HSL358.54º35.65%54.9%-
HSV(B)358.54º45.3%70.98%-
XYZ25.8719.6914.75-
YUV123.75115.17168.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 101 (39.84% from 255) = 26.51%
R=47.51%
G=25.98%
B=26.51%

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
Decimal1819910100.450.440.29358.5435.6554.9
HexB5636502D2C1D1672437
Octal26514314505554355474467
Binary1011010111000111100101010110110110011101101100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56365; }

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

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

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

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

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

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

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

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