#B56168

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

Shades of Blush #B56168

Tints of Blush #B56168

Color information

#B56168 (or 0xB56168) is unknown color: approx Blush. HEX triplet: B5, 61 and 68. RGB value is (181,97,104). Sum of RGB (Red+Green+Blue) = 181+97+104=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B56168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56168 is #4A9E97. Grayscale: #7A7A7A. Windows color (decimal): -4890264 or 6840757. OLE color: 6840757.

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

Color convert

RGB18197104-
CMYK00.460.430.29
HSL355º36.21%54.51%-
HSV(B)355º46.41%70.98%-
XYZ25.8319.3715.47-
YUV122.91117.33169.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=47.38%
G=25.39%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819710400.460.430.2935536.2154.51
HexB5616802E2B1D1632437
Octal26514115005653355434467
Binary1011010111000011101000010111010101111101101100011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56168; }

 p { color: rgb(181,97,104); }

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

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

 a { background-color: rgb(181,97,104); }

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

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

 span { border-color: rgb(181,97,104); }

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