#B56064

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

Shades of Blush #B56064

Tints of Blush #B56064

Color information

#B56064 (or 0xB56064) is unknown color: approx Blush. HEX triplet: B5, 60 and 64. RGB value is (181,96,100). Sum of RGB (Red+Green+Blue) = 181+96+100=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B56064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56064 is #4A9F9B. Grayscale: #797979. Windows color (decimal): -4890524 or 6578357. OLE color: 6578357.

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

Color convert

RGB18196100-
CMYK00.470.450.29
HSL357.18º36.48%54.31%-
HSV(B)357.18º46.96%70.98%-
XYZ25.5419.1114.4-
YUV121.87115.66170.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=48.01%
G=25.46%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819610000.470.450.29357.1836.4854.31
HexB5606402F2D1D1652436
Octal26514014405755355454466
Binary1011010111000001100100010111110110111101101100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56064; }

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

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

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

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

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

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

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

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