#B56169

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

Shades of Blush #B56169

Tints of Blush #B56169

Color information

#B56169 (or 0xB56169) is unknown color: approx Blush. HEX triplet: B5, 61 and 69. RGB value is (181,97,105). Sum of RGB (Red+Green+Blue) = 181+97+105=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B56169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56169 is #4A9E96. Grayscale: #7B7B7B. Windows color (decimal): -4890263 or 6906293. OLE color: 6906293.

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

Color convert

RGB18197105-
CMYK00.460.420.29
HSL354.29º36.21%54.51%-
HSV(B)354.29º46.41%70.98%-
XYZ25.8819.3915.74-
YUV123.03117.83169.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=47.26%
G=25.33%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819710500.460.420.29354.2936.2154.51
HexB5616902E2A1D1622437
Octal26514115105652355424467
Binary1011010111000011101001010111010101011101101100010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56169; }

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

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

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

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

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

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

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

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