#B56174

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

Shades of Blush #B56174

Tints of Blush #B56174

Color information

#B56174 (or 0xB56174) is unknown color: approx Blush. HEX triplet: B5, 61 and 74. RGB value is (181,97,116). Sum of RGB (Red+Green+Blue) = 181+97+116=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B56174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56174 is #4A9E8B. Grayscale: #7C7C7C. Windows color (decimal): -4890252 or 7627189. OLE color: 7627189.

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

Color convert

RGB18197116-
CMYK00.460.360.29
HSL346.43º36.21%54.51%-
HSV(B)346.43º46.41%70.98%-
XYZ26.4819.6318.92-
YUV124.28123.33168.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 116 (45.70% from 255) = 29.44%
R=45.94%
G=24.62%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819711600.460.360.29346.4336.2154.51
HexB5617402E241D15a2437
Octal26514116405644355324467
Binary1011010111000011110100010111010010011101101011010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56174; }

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

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

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

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

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

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

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

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