#B56171

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

Shades of Blush #B56171

Tints of Blush #B56171

Color information

#B56171 (or 0xB56171) is unknown color: approx Blush. HEX triplet: B5, 61 and 71. RGB value is (181,97,113). Sum of RGB (Red+Green+Blue) = 181+97+113=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B56171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56171 is #4A9E8E. Grayscale: #7B7B7B. Windows color (decimal): -4890255 or 7430581. OLE color: 7430581.

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

Color convert

RGB18197113-
CMYK00.460.380.29
HSL348.57º36.21%54.51%-
HSV(B)348.57º46.41%70.98%-
XYZ26.3119.5718.01-
YUV123.94121.83168.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=46.29%
G=24.81%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819711300.460.380.29348.5736.2154.51
HexB5617102E261D15d2437
Octal26514116105646355354467
Binary1011010111000011110001010111010011011101101011101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56171; }

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

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

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

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

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

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

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

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