#B56072

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

Shades of Blush #B56072

Tints of Blush #B56072

Color information

#B56072 (or 0xB56072) is unknown color: approx Blush. HEX triplet: B5, 60 and 72. RGB value is (181,96,114). Sum of RGB (Red+Green+Blue) = 181+96+114=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B56072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56072 is #4A9F8D. Grayscale: #7B7B7B. Windows color (decimal): -4890510 or 7495861. OLE color: 7495861.

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

Color convert

RGB18196114-
CMYK00.470.370.29
HSL347.29º36.48%54.31%-
HSV(B)347.29º46.96%70.98%-
XYZ26.2819.418.28-
YUV123.47122.66169.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=46.29%
G=24.55%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819611400.470.370.29347.2936.4854.31
HexB5607202F251D15b2436
Octal26514016205745355334466
Binary1011010111000001110010010111110010111101101011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56072; }

 p { color: rgb(181,96,114); }

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

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

 a { background-color: rgb(181,96,114); }

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

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

 span { border-color: rgb(181,96,114); }

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