#B56270

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

Shades of Blush #B56270

Tints of Blush #B56270

Color information

#B56270 (or 0xB56270) is unknown color: approx Blush. HEX triplet: B5, 62 and 70. RGB value is (181,98,112). Sum of RGB (Red+Green+Blue) = 181+98+112=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B56270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56270 is #4A9D8F. Grayscale: #7C7C7C. Windows color (decimal): -4890000 or 7365301. OLE color: 7365301.

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

Color convert

RGB18198112-
CMYK00.460.380.29
HSL349.88º35.93%54.71%-
HSV(B)349.88º45.86%70.98%-
XYZ26.3519.7317.75-
YUV124.41121168.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=46.29%
G=25.06%
B=28.64%

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
Decimal1819811200.460.380.29349.8835.9354.71
HexB5627002E261D15e2437
Octal26514216005646355364467
Binary1011010111000101110000010111010011011101101011110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56270; }

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

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

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

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

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

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

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

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