#B56162

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

Shades of Blush #B56162

Tints of Blush #B56162

Color information

#B56162 (or 0xB56162) is unknown color: approx Blush. HEX triplet: B5, 61 and 62. RGB value is (181,97,98). Sum of RGB (Red+Green+Blue) = 181+97+98=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B56162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56162 is #4A9E9D. Grayscale: #7A7A7A. Windows color (decimal): -4890270 or 6447541. OLE color: 6447541.

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

Color convert

RGB1819798-
CMYK00.460.460.29
HSL359.29º36.21%54.51%-
HSV(B)359.29º46.41%70.98%-
XYZ25.5419.2513.93-
YUV122.23114.33169.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 98 (38.67% from 255) = 26.06%
R=48.14%
G=25.80%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181979800.460.460.29359.2936.2154.51
HexB5616202E2E1D1672437
Octal26514114205656355474467
Binary1011010111000011100010010111010111011101101100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56162; }

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

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

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

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

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

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

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

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